![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Factory class for D3D9 HLSL programs. More...
#include <OgreD3D9HLSLProgramFactory.h>
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. | |
| Public Member Functions inherited from Ogre::HighLevelGpuProgramFactory | |
| HighLevelGpuProgramFactory () | |
| virtual | ~HighLevelGpuProgramFactory () |
| virtual void | destroy (GpuProgram *prog) |
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::HighLevelGpuProgramFactory.
|
virtual |
Implements Ogre::HighLevelGpuProgramFactory.