![]() |
Qt 6.x
The Qt SDK
|
#include <qopenglprogrambinarycache_p.h>
Collaboration diagram for QOpenGLProgramBinaryCache::ProgramDesc: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().
Here is the call graph for this function:
Here is the caller graph for this function:| QList<ShaderDesc> QOpenGLProgramBinaryCache::ProgramDesc::shaders |
Definition at line 45 of file qopenglprogrambinarycache_p.h.
Referenced by cacheKey(), QOpenGLShaderProgramPrivate::compileCacheable(), QOpenGLShaderProgramPrivate::linkBinary(), and QRhiGles2::tryLoadFromDiskOrPipelineCache().