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