OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
Factory class for Unified programs. More...
#include <OgreUnifiedHighLevelGpuProgram.h>
Public Member Functions | |
UnifiedHighLevelGpuProgramFactory () | |
~UnifiedHighLevelGpuProgramFactory () | |
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... | |
Public Member Functions inherited from Ogre::GpuProgramFactory | |
virtual | ~GpuProgramFactory () |
virtual void | destroy (GpuProgram *prog) |
Factory class for Unified programs.
Ogre::UnifiedHighLevelGpuProgramFactory::UnifiedHighLevelGpuProgramFactory | ( | ) |
Ogre::UnifiedHighLevelGpuProgramFactory::~UnifiedHighLevelGpuProgramFactory | ( | ) |
|
overridevirtual |
Get the name of the language this factory creates programs for.
Implements Ogre::GpuProgramFactory.
|
overridevirtual |
Implements Ogre::GpuProgramFactory.