![]() |
OGRE 2.3.1
Object-Oriented Graphics Rendering Engine
|
Interface definition for factories of ShaderProgramWriter. More...
#include <OgreShaderProgramWriterManager.h>
Inheritance diagram for Ogre::RTShader::ProgramWriterFactory:Public Member Functions | |
| ProgramWriterFactory () | |
| virtual | ~ProgramWriterFactory () |
| virtual ProgramWriter * | create (void)=0 |
| Create writer instance. More... | |
| virtual const String & | getTargetLanguage (void) const =0 |
| Get the name of the language this factory creates programs 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... | |
Interface definition for factories of ShaderProgramWriter.
|
inline |
|
inlinevirtual |
|
pure virtual |
Create writer instance.
Implemented in Ogre::RTShader::ShaderProgramWriterCGFactory, Ogre::RTShader::ShaderProgramWriterGLSLESFactory, Ogre::RTShader::ShaderProgramWriterGLSLFactory, and Ogre::RTShader::ShaderProgramWriterHLSLFactory.
|
pure virtual |
Get the name of the language this factory creates programs for.
Implemented in Ogre::RTShader::ShaderProgramWriterCGFactory, Ogre::RTShader::ShaderProgramWriterGLSLESFactory, Ogre::RTShader::ShaderProgramWriterGLSLFactory, and Ogre::RTShader::ShaderProgramWriterHLSLFactory.
|
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