OGRE
1.12.13
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. More... | |
Interface definition for factories of HighLevelGpuProgram.
|
inline |
|
virtual |
|
pure virtual |
Get the name of the language this factory creates programs for.
Implemented in Ogre::UnifiedHighLevelGpuProgramFactory, Ogre::SPIRVShaderFactory, Ogre::CgProgramFactory, Ogre::MetalProgramFactory, Ogre::GLSLShaderFactory, Ogre::GLSL::GLSLProgramFactory, Ogre::GLSLESProgramFactory, Ogre::GLSLESCgProgramFactory, Ogre::D3D11HLSLProgramFactory, and Ogre::D3D9HLSLProgramFactory.
|
pure virtual |
Implemented in Ogre::UnifiedHighLevelGpuProgramFactory, Ogre::SPIRVShaderFactory, Ogre::CgProgramFactory, Ogre::MetalProgramFactory, Ogre::GLSLShaderFactory, Ogre::GLSL::GLSLProgramFactory, Ogre::GLSLESProgramFactory, Ogre::GLSLESCgProgramFactory, Ogre::D3D11HLSLProgramFactory, and Ogre::D3D9HLSLProgramFactory.
|
inlinevirtual |
Reimplemented in Ogre::MetalProgramFactory.