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