![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopenglprogrambinarycache_p.h>
Classes | |
| struct | ProgramDesc |
| struct | ShaderDesc |
Public Member Functions | |
| QOpenGLProgramBinaryCache () | |
| bool | load (const QByteArray &cacheKey, uint programId) |
| void | save (const QByteArray &cacheKey, uint programId) |
Definition at line 33 of file qopenglprogrambinarycache_p.h.
| QOpenGLProgramBinaryCache::QOpenGLProgramBinaryCache | ( | ) |
Definition at line 83 of file qopenglprogrambinarycache.cpp.
| bool QOpenGLProgramBinaryCache::load | ( | const QByteArray & | cacheKey, |
| uint | programId ) |
Definition at line 262 of file qopenglprogrambinarycache.cpp.
| void QOpenGLProgramBinaryCache::save | ( | const QByteArray & | cacheKey, |
| uint | programId ) |
Definition at line 368 of file qopenglprogrambinarycache.cpp.