OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::D3D11HLSLProgramFactory Class Referencefinal

Factory class for D3D11 HLSL programs. More...

#include <OgreD3D11HLSLProgramFactory.h>

+ Inheritance diagram for Ogre::D3D11HLSLProgramFactory:

Public Member Functions

 D3D11HLSLProgramFactory (D3D11Device &device)
 
 ~D3D11HLSLProgramFactory () override
 
HighLevelGpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override
 
void destroy (HighLevelGpuProgram *prog) override
 
const StringgetLanguage () const override
 Get the name of the language this factory creates programs for. More...
 
- Public Member Functions inherited from Ogre::HighLevelGpuProgramFactory
 HighLevelGpuProgramFactory ()
 
virtual ~HighLevelGpuProgramFactory ()
 

Detailed Description

Factory class for D3D11 HLSL programs.

Constructor & Destructor Documentation

◆ D3D11HLSLProgramFactory()

Ogre::D3D11HLSLProgramFactory::D3D11HLSLProgramFactory ( D3D11Device device)

◆ ~D3D11HLSLProgramFactory()

Ogre::D3D11HLSLProgramFactory::~D3D11HLSLProgramFactory ( )
override

Member Function Documentation

◆ create()

HighLevelGpuProgram* Ogre::D3D11HLSLProgramFactory::create ( ResourceManager creator,
const String name,
ResourceHandle  handle,
const String group,
bool  isManual,
ManualResourceLoader loader 
)
overridevirtual

◆ destroy()

void Ogre::D3D11HLSLProgramFactory::destroy ( HighLevelGpuProgram prog)
overridevirtual

◆ getLanguage()

const String& Ogre::D3D11HLSLProgramFactory::getLanguage ( ) const
overridevirtual

Get the name of the language this factory creates programs for.

Implements Ogre::HighLevelGpuProgramFactory.


The documentation for this class was generated from the following file: