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