|
OGRE
1.9.0
|
#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 Attributes | |
| String | mFile |
| String | mName |
| GpuProgramType | mProgramType |
| String | mResourceGroup |
| String | mSource |
| String | mSyntax |
| String | mType |
Static Public Attributes | |
| static String | eventType |
Definition at line 546 of file OgreScriptCompiler.h.
| Ogre::CreateGpuProgramScriptCompilerEvent::CreateGpuProgramScriptCompilerEvent | ( | const String & | file, |
| const String & | name, | ||
| const String & | resourceGroup, | ||
| const String & | source, | ||
| const String & | syntax, | ||
| GpuProgramType | programType ) |
Definition at line 553 of file OgreScriptCompiler.h.
References Ogre::ScriptCompilerEvent::ScriptCompilerEvent(), eventType, mFile, mName, mProgramType, mResourceGroup, mSource, and mSyntax.
|
static |
Definition at line 551 of file OgreScriptCompiler.h.
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mFile |
Definition at line 549 of file OgreScriptCompiler.h.
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mName |
Definition at line 549 of file OgreScriptCompiler.h.
Referenced by CreateGpuProgramScriptCompilerEvent().
| GpuProgramType Ogre::CreateGpuProgramScriptCompilerEvent::mProgramType |
Definition at line 550 of file OgreScriptCompiler.h.
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mResourceGroup |
Definition at line 549 of file OgreScriptCompiler.h.
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mSource |
Definition at line 549 of file OgreScriptCompiler.h.
Referenced by CreateGpuProgramScriptCompilerEvent().
| String Ogre::CreateGpuProgramScriptCompilerEvent::mSyntax |
Definition at line 549 of file OgreScriptCompiler.h.
Referenced by CreateGpuProgramScriptCompilerEvent().
|
inherited |
Definition at line 350 of file OgreScriptCompiler.h.
Referenced by ScriptCompilerEvent().
1.13.2