|
OGRE
1.9.0
|
GLSL target language writer implementation. More...
#include <OgreShaderGLSLProgramWriter.h>

Public Member Functions | |
| GLSLProgramWriter () | |
| Class constructor. | |
| virtual | ~GLSLProgramWriter () |
| Class destructor. | |
| virtual const String & | getTargetLanguage () const |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| 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 | |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| 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 | |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
| virtual void | writeSourceCode (std::ostream &os, Program *program) |
Static Public Attributes | |
| static String | TargetLanguage |
Protected Types | |
| typedef map< GpuConstantType, constchar * >::type | GpuConstTypeToStringMap |
| typedef map< Parameter::Content, constchar * >::type | ParamContentToStringMap |
| typedef map< Parameter::Semantic, constchar * >::type | ParamSemanticToStringMap |
| typedef map< String, String >::type | StringMap |
Protected Member Functions | |
| void | initializeStringMaps () |
| Initialize string maps. | |
| void | writeForwardDeclarations (std::ostream &os, Program *program) |
| Write forward declarations. | |
| void | writeFunctionTitle (std::ostream &os, Function *function) |
| Write a function title. | |
| void | writeInputParameters (std::ostream &os, Function *function, GpuProgramType gpuType) |
| Write the input params of the function. | |
| void | writeLocalParameter (std::ostream &os, ParameterPtr parameter) |
| Write a local parameter. | |
| void | writeOutParameters (std::ostream &os, Function *function, GpuProgramType gpuType) |
| Write the output params of the function. | |
| void | writeProgramTitle (std::ostream &os, Program *program) |
| Write the program title. | |
| void | writeUniformParametersTitle (std::ostream &os, Program *program) |
| Write the uniform parameters title. | |
GLSL target language writer implementation.
Definition at line 45 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 90 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 92 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 91 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 93 of file OgreShaderGLSLProgramWriter.h.
| Ogre::RTShader::GLSLProgramWriter::GLSLProgramWriter | ( | ) |
Class constructor.
|
virtual |
Class destructor.
|
virtual |
Implements Ogre::RTShader::ProgramWriter.
Definition at line 66 of file OgreShaderGLSLProgramWriter.h.
References TargetLanguage.
|
protected |
Initialize string maps.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
protected |
Write forward declarations.
This is needed so that we can attach library shader at a later step.
|
protectedinherited |
Write a function title.
|
protected |
Write the input params of the function.
|
protected |
Write a local parameter.
|
protected |
Write the output params of the function.
|
protectedinherited |
Write the program title.
|
virtual |
Implements Ogre::RTShader::ProgramWriter.
|
protectedinherited |
Write the uniform parameters title.
|
protected |
Definition at line 105 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 109 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 107 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 98 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 103 of file OgreShaderGLSLProgramWriter.h.
|
protected |
Definition at line 100 of file OgreShaderGLSLProgramWriter.h.
|
static |
Definition at line 68 of file OgreShaderGLSLProgramWriter.h.
Referenced by getTargetLanguage().
1.13.2