OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
A singleton manager class that manages shader based programs. More...
#include <OgreShaderProgramManager.h>
Public Member Functions | |
ProgramManager () | |
Class default constructor. More... | |
~ProgramManager () | |
Class destructor. More... | |
void | flushGpuProgramsCache () |
Flush the local GPU programs cache. More... | |
void | releasePrograms (const ProgramSet *programSet) |
Release CPU/GPU programs set associated with the given ProgramSet. More... | |
Public Member Functions inherited from Ogre::Singleton< ProgramManager > | |
Singleton (void) | |
~Singleton (void) | |
Static Public Member Functions | |
static ProgramManager & | getSingleton () |
Override standard Singleton retrieval. More... | |
static ProgramManager * | getSingletonPtr () |
Get the singleton instance. More... | |
Static Public Member Functions inherited from Ogre::Singleton< ProgramManager > | |
static ProgramManager & | getSingleton (void) |
Get the singleton instance. More... | |
static ProgramManager * | getSingletonPtr (void) |
Get the singleton instance. More... | |
A singleton manager class that manages shader based programs.
Ogre::RTShader::ProgramManager::ProgramManager | ( | ) |
Class default constructor.
Ogre::RTShader::ProgramManager::~ProgramManager | ( | ) |
Class destructor.
|
static |
Override standard Singleton retrieval.
|
static |
Get the singleton instance.
void Ogre::RTShader::ProgramManager::releasePrograms | ( | const ProgramSet * | programSet | ) |
Release CPU/GPU programs set associated with the given ProgramSet.
programSet | The ProgramSet holds the programs. |
void Ogre::RTShader::ProgramManager::flushGpuProgramsCache | ( | ) |
Flush the local GPU programs cache.