OGRE
14.2
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. More... | |
Public Member Functions inherited from Ogre::GpuProgramFactory | |
virtual | ~GpuProgramFactory () |
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::GpuProgramFactory.
|
virtual |
Implements Ogre::GpuProgramFactory.