OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Interface definition for factories of GpuProgram. More...
#include <OgreGpuProgramManager.h>
Public Member Functions | |
virtual | ~GpuProgramFactory () |
virtual GpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader)=0 |
virtual void | destroy (GpuProgram *prog) |
virtual const String & | getLanguage (void) const =0 |
Get the name of the language this factory creates programs for. | |
Interface definition for factories of GpuProgram.
|
inlinevirtual |
Get the name of the language this factory creates programs for.
Implemented in Ogre::CgProgramFactory, and Ogre::GLSLangProgramFactory.
|
pure virtual |
Implemented in Ogre::CgProgramFactory, and Ogre::GLSLangProgramFactory.
|
inlinevirtual |