Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOpenGLProgramBinaryCache Class Reference

#include <qopenglprogrambinarycache_p.h>

Collaboration diagram for QOpenGLProgramBinaryCache:

Classes

struct  ProgramDesc
struct  ShaderDesc

Public Member Functions

 QOpenGLProgramBinaryCache ()
bool load (const QByteArray &cacheKey, uint programId)
void save (const QByteArray &cacheKey, uint programId)

Detailed Description

Definition at line 33 of file qopenglprogrambinarycache_p.h.

Constructor & Destructor Documentation

◆ QOpenGLProgramBinaryCache()

QOpenGLProgramBinaryCache::QOpenGLProgramBinaryCache ( )

Definition at line 83 of file qopenglprogrambinarycache.cpp.

Member Function Documentation

◆ load()

bool QOpenGLProgramBinaryCache::load ( const QByteArray & cacheKey,
uint programId )

Definition at line 262 of file qopenglprogrambinarycache.cpp.

◆ save()

void QOpenGLProgramBinaryCache::save ( const QByteArray & cacheKey,
uint programId )

Definition at line 368 of file qopenglprogrambinarycache.cpp.


The documentation for this class was generated from the following files: