![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Interface definition for factories of HighLevelGpuProgram. More...
#include <OgreHighLevelGpuProgramManager.h>
Public Member Functions | |
| HighLevelGpuProgramFactory () | |
| virtual | ~HighLevelGpuProgramFactory () |
| 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 HighLevelGpuProgram.
|
inline |
|
virtual |
|
pure virtual |
Get the name of the language this factory creates programs for.
Implemented in Ogre::CgProgramFactory, Ogre::D3D11HLSLProgramFactory, Ogre::D3D9HLSLProgramFactory, Ogre::GLSL::GLSLProgramFactory, Ogre::GLSLESCgProgramFactory, Ogre::GLSLESProgramFactory, Ogre::GLSLShaderFactory, Ogre::MetalProgramFactory, Ogre::SPIRVShaderFactory, and Ogre::UnifiedHighLevelGpuProgramFactory.
|
pure virtual |
Implemented in Ogre::CgProgramFactory, Ogre::D3D11HLSLProgramFactory, Ogre::D3D9HLSLProgramFactory, Ogre::GLSL::GLSLProgramFactory, Ogre::GLSLESCgProgramFactory, Ogre::GLSLESProgramFactory, Ogre::GLSLShaderFactory, Ogre::MetalProgramFactory, Ogre::SPIRVShaderFactory, and Ogre::UnifiedHighLevelGpuProgramFactory.
|
inlinevirtual |
Reimplemented in Ogre::MetalProgramFactory.