![]() |
OGRE 13.5
Object-Oriented Graphics Rendering Engine
|
Factory class for D3D9 HLSL programs. More...
#include <OgreD3D9HLSLProgramFactory.h>
Inheritance diagram for Ogre::D3D9HLSLProgramFactory:Public Member Functions | |
| D3D9HLSLProgramFactory () | |
| ~D3D9HLSLProgramFactory () | |
| GpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) |
| const String & | getLanguage (void) const |
| Get the name of the language this factory creates programs for. More... | |
Public Member Functions inherited from Ogre::GpuProgramFactory | |
| 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... | |
Factory class for D3D9 HLSL programs.
| Ogre::D3D9HLSLProgramFactory::D3D9HLSLProgramFactory | ( | ) |
| Ogre::D3D9HLSLProgramFactory::~D3D9HLSLProgramFactory | ( | ) |
|
virtual |
Get the name of the language this factory creates programs for.
Implements Ogre::GpuProgramFactory.
|
virtual |
Implements Ogre::GpuProgramFactory.