Qt 4.8
Public Functions | List of all members
CachedShader Class Reference

#include <qglshadercache_p.h>

Public Functions

 CachedShader (const QByteArray &, const QByteArray &)
 
bool isCached ()
 
bool load (QGLShaderProgram *, const QGLContext *)
 
bool store (QGLShaderProgram *, const QGLContext *)
 

Detailed Description

Definition at line 71 of file qglshadercache_p.h.

Constructors and Destructors

◆ CachedShader()

CachedShader::CachedShader ( const QByteArray ,
const QByteArray  
)
inline

Definition at line 74 of file qglshadercache_p.h.

75  {}

Functions

◆ isCached()

bool CachedShader::isCached ( )
inline

Definition at line 77 of file qglshadercache_p.h.

78  {
79  return false;
80  }

◆ load()

bool CachedShader::load ( QGLShaderProgram ,
const QGLContext  
)
inline

Definition at line 82 of file qglshadercache_p.h.

Referenced by QGLEngineSharedShaders::findProgramInCache(), and QGLEngineSharedShaders::QGLEngineSharedShaders().

83  {
84  return false;
85  }

◆ store()

bool CachedShader::store ( QGLShaderProgram ,
const QGLContext  
)
inline

Definition at line 87 of file qglshadercache_p.h.

Referenced by QGLEngineSharedShaders::findProgramInCache(), and QGLEngineSharedShaders::QGLEngineSharedShaders().

88  {
89  return false;
90  }

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