#include <OgreHighLevelGpuProgramManager.h>
Public Member Functions | |
HighLevelGpuProgramFactory () | |
virtual | ~HighLevelGpuProgramFactory () |
virtual const String & | getLanguage (void) const =0 |
Get the name of the language this factory creates programs for. | |
virtual HighLevelGpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader)=0 |
virtual void | destroy (HighLevelGpuProgram *prog)=0 |
Definition at line 41 of file OgreHighLevelGpuProgramManager.h.
Ogre::HighLevelGpuProgramFactory::HighLevelGpuProgramFactory | ( | ) |
Definition at line 44 of file OgreHighLevelGpuProgramManager.h.
virtual Ogre::HighLevelGpuProgramFactory::~HighLevelGpuProgramFactory | ( | ) | [virtual] |
virtual const String& Ogre::HighLevelGpuProgramFactory::getLanguage | ( | void | ) | const [pure virtual] |
Get the name of the language this factory creates programs for.
Implemented in Ogre::UnifiedHighLevelGpuProgramFactory.
virtual HighLevelGpuProgram* Ogre::HighLevelGpuProgramFactory::create | ( | ResourceManager * | creator, | |
const String & | name, | |||
ResourceHandle | handle, | |||
const String & | group, | |||
bool | isManual, | |||
ManualResourceLoader * | loader | |||
) | [pure virtual] |
Implemented in Ogre::UnifiedHighLevelGpuProgramFactory.
virtual void Ogre::HighLevelGpuProgramFactory::destroy | ( | HighLevelGpuProgram * | prog | ) | [pure virtual] |
Implemented in Ogre::UnifiedHighLevelGpuProgramFactory.
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat May 10 16:26:09 2008