OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::D3D9HLSLProgramFactory Class Reference

Factory class for D3D9 HLSL programs. More...

#include <OgreD3D9HLSLProgramFactory.h>

+ Inheritance diagram for Ogre::D3D9HLSLProgramFactory:

Public Member Functions

 D3D9HLSLProgramFactory ()
 
 ~D3D9HLSLProgramFactory ()
 
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 D3D9 HLSL programs.

Constructor & Destructor Documentation

◆ D3D9HLSLProgramFactory()

Ogre::D3D9HLSLProgramFactory::D3D9HLSLProgramFactory ( )

◆ ~D3D9HLSLProgramFactory()

Ogre::D3D9HLSLProgramFactory::~D3D9HLSLProgramFactory ( )

Member Function Documentation

◆ getLanguage()

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

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

Implements Ogre::GpuProgramFactory.

◆ create()

GpuProgram* Ogre::D3D9HLSLProgramFactory::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: