![]() |
OGRE 14.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreScriptCompiler.h>
Public Member Functions | |
| CreateGpuProgramScriptCompilerEvent (const String &file, const String &name, const String &resourceGroup, const String &source, const String &syntax, GpuProgramType programType) | |
| Public Member Functions inherited from Ogre::ScriptCompilerEvent | |
| ScriptCompilerEvent (const String &type) | |
| virtual | ~ScriptCompilerEvent () |
Public Attributes | |
| String | mFile |
| String | mName |
| GpuProgramType | mProgramType |
| String | mResourceGroup |
| String | mSource |
| String | mSyntax |
| Public Attributes inherited from Ogre::ScriptCompilerEvent | |
| String | mType |
Static Public Attributes | |
| static String | eventType |
|
inline |
References Ogre::ScriptCompilerEvent::ScriptCompilerEvent(), eventType, mFile, mName, mProgramType, mResourceGroup, mSource, and mSyntax.
| String Ogre::CreateGpuProgramScriptCompilerEvent::mFile |
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mName |
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mResourceGroup |
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mSource |
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mSyntax |
Referenced by CreateGpuProgramScriptCompilerEvent().
| GpuProgramType Ogre::CreateGpuProgramScriptCompilerEvent::mProgramType |
Referenced by CreateGpuProgramScriptCompilerEvent().
|
static |
Referenced by CreateGpuProgramScriptCompilerEvent().