#include <OgreGLSLProgramFactory.h>
Inheritance diagram for Ogre::GLSLProgramFactory:
Public Methods | |
GLSLProgramFactory (void) | |
~GLSLProgramFactory (void) | |
const String & | getLanguage (void) const |
Get the name of the language this factory creates programs for. | |
HighLevelGpuProgram * | create (const String &name, GpuProgramType gptype) |
create an instance of GLSLProgram | |
void | destroy (HighLevelGpuProgram *prog) |
Private Attributes | |
GLSLLinkProgramManager * | mLinkProgramManager |
Definition at line 36 of file OgreGLSLProgramFactory.h.
|
Definition at line 34 of file OgreGLSLProgramFactory.cpp. References mLinkProgramManager. |
|
Definition at line 39 of file OgreGLSLProgramFactory.cpp. References mLinkProgramManager. |
|
create an instance of GLSLProgram
Implements Ogre::HighLevelGpuProgramFactory. Definition at line 50 of file OgreGLSLProgramFactory.cpp. References Ogre::GpuProgramType, Ogre::sLanguageName, and Ogre::String. |
|
Implements Ogre::HighLevelGpuProgramFactory. Definition at line 55 of file OgreGLSLProgramFactory.cpp. |
|
Get the name of the language this factory creates programs for.
Implements Ogre::HighLevelGpuProgramFactory. Definition at line 45 of file OgreGLSLProgramFactory.cpp. References Ogre::sLanguageName, and Ogre::String. |
|
Definition at line 49 of file OgreGLSLProgramFactory.h. Referenced by GLSLProgramFactory(), and ~GLSLProgramFactory(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:49:37 2004