![]() |
Qt 6.x
The Qt SDK
|
#include <qopenglprogrambinarycache_p.h>
Public Member Functions | |
QByteArray | cacheKey () const |
Public Attributes | |
QList< ShaderDesc > | shaders |
Definition at line 44 of file qopenglprogrambinarycache_p.h.
QByteArray QOpenGLProgramBinaryCache::ProgramDesc::cacheKey | ( | ) | const |
Definition at line 68 of file qopenglprogrambinarycache.cpp.
References QCryptographicHash::addData(), QCryptographicHash::result(), QCryptographicHash::Sha1, shaders, and QByteArray::toHex().
Referenced by QOpenGLShaderProgramPrivate::linkBinary(), and QRhiGles2::tryLoadFromDiskOrPipelineCache().
QList<ShaderDesc> QOpenGLProgramBinaryCache::ProgramDesc::shaders |
Definition at line 45 of file qopenglprogrambinarycache_p.h.
Referenced by cacheKey(), QOpenGLShaderProgramPrivate::compileCacheable(), QOpenGLShaderProgramPrivate::linkBinary(), and QRhiGles2::tryLoadFromDiskOrPipelineCache().