OGRE  1.11.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 ()
 
HighLevelGpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader)
 
void destroy (HighLevelGpuProgram *prog)
 
const StringgetLanguage (void) const
 Get the name of the language this factory creates programs for. More...
 

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::HighLevelGpuProgramFactory.

◆ create()

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

◆ destroy()

void Ogre::D3D9HLSLProgramFactory::destroy ( HighLevelGpuProgram prog)
virtual

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