#include <OgreD3D9GpuProgramManager.h>
|
GpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override |
|
const String & | getLanguage (void) const override |
| Get the name of the language this factory creates programs for. More...
|
|
virtual | ~GpuProgramFactory () |
|
virtual GpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader)=0 |
|
virtual void | destroy (GpuProgram *prog) |
|
virtual const String & | getLanguage (void) const =0 |
| Get the name of the language this factory creates programs for. More...
|
|
◆ getLanguage()
const String & Ogre::D3D9GpuProgramManager::getLanguage |
( |
void |
| ) |
const |
|
overridevirtual |
◆ create()
◆ currentLanguage
String Ogre::D3D9GpuProgramManager::currentLanguage |
|
static |
The documentation for this class was generated from the following file: