![]() |
OGRE
1.10.12
Object-Oriented Graphics Rendering Engine
|
Factory class for GLSL programs. More...
#include <OgreGLSLProgramFactory.h>
Public Member Functions | |
GLSLProgramFactory (void) | |
~GLSLProgramFactory (void) | |
HighLevelGpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) |
Create an instance of GLSLProgram. More... | |
void | destroy (HighLevelGpuProgram *prog) |
const String & | getLanguage (void) const |
Get the name of the language this factory creates programs for. More... | |
Factory class for GLSL programs.
Ogre::GLSL::GLSLProgramFactory::GLSLProgramFactory | ( | void | ) |
Ogre::GLSL::GLSLProgramFactory::~GLSLProgramFactory | ( | void | ) |
|
virtual |
Get the name of the language this factory creates programs for.
Implements Ogre::HighLevelGpuProgramFactory.
|
virtual |
Create an instance of GLSLProgram.
Implements Ogre::HighLevelGpuProgramFactory.
|
virtual |
Implements Ogre::HighLevelGpuProgramFactory.