![]() |
OGRE 14.2
Object-Oriented Graphics Rendering Engine
|
Factory class for D3D11 HLSL programs. More...
#include <OgreD3D11HLSLProgramFactory.h>
Inheritance diagram for Ogre::D3D11HLSLProgramFactory:Public Member Functions | |
| D3D11HLSLProgramFactory (D3D11Device &device) | |
| ~D3D11HLSLProgramFactory () | |
| 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::GpuProgramFactory | |
| virtual | ~GpuProgramFactory () |
| virtual void | destroy (GpuProgram *prog) |
Factory class for D3D11 HLSL programs.
| Ogre::D3D11HLSLProgramFactory::D3D11HLSLProgramFactory | ( | D3D11Device & | device | ) |
| Ogre::D3D11HLSLProgramFactory::~D3D11HLSLProgramFactory | ( | ) |
Get the name of the language this factory creates programs for.
Implements Ogre::GpuProgramFactory.
|
virtual |
Implements Ogre::GpuProgramFactory.