OGRE  14.2
Object-Oriented Graphics Rendering Engine
Ogre::D3D11HLSLProgramFactory Class Reference

Factory class for D3D11 HLSL programs. More...

#include <OgreD3D11HLSLProgramFactory.h>

+ Inheritance diagram for Ogre::D3D11HLSLProgramFactory:

Public Member Functions

 D3D11HLSLProgramFactory (D3D11Device &device)
 
 ~D3D11HLSLProgramFactory ()
 
GpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader)
 
const StringgetLanguage (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)
 

Detailed Description

Factory class for D3D11 HLSL programs.

Constructor & Destructor Documentation

◆ D3D11HLSLProgramFactory()

Ogre::D3D11HLSLProgramFactory::D3D11HLSLProgramFactory ( D3D11Device device)

◆ ~D3D11HLSLProgramFactory()

Ogre::D3D11HLSLProgramFactory::~D3D11HLSLProgramFactory ( )

Member Function Documentation

◆ getLanguage()

const String& Ogre::D3D11HLSLProgramFactory::getLanguage ( void  ) const
virtual

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

Implements Ogre::GpuProgramFactory.

◆ create()

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

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