![]() |
OGRE-Next
2.3
Object-Oriented Graphics Rendering Engine
|
Factory class for GLSL shaders. More...
#include <OgreGLSLShaderFactory.h>
Public Member Functions | |
GLSLShaderFactory (const GL3PlusSupport &support) | |
~GLSLShaderFactory () override | |
HighLevelGpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override |
Create an instance of GLSLProgram. More... | |
void | destroy (HighLevelGpuProgram *prog) override |
const String & | getLanguage () const override |
Get the name of the language this factory creates shaders for. More... | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info More... | |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
Factory class for GLSL shaders.
Ogre::GLSLShaderFactory::GLSLShaderFactory | ( | const GL3PlusSupport & | support | ) |
|
override |
|
overridevirtual |
Create an instance of GLSLProgram.
Implements Ogre::HighLevelGpuProgramFactory.
|
overridevirtual |
Implements Ogre::HighLevelGpuProgramFactory.
|
overridevirtual |
Get the name of the language this factory creates shaders for.
Implements Ogre::HighLevelGpuProgramFactory.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info