OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
Factory class for Metal programs. More...
#include <OgreMetalProgramFactory.h>
Public Member Functions | |
MetalProgramFactory (MetalDevice *device) | |
virtual | ~MetalProgramFactory (void) |
GpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) |
Create an instance of MetalProgram. More... | |
const String & | getLanguage (void) const |
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 Metal programs.
Ogre::MetalProgramFactory::MetalProgramFactory | ( | MetalDevice * | device | ) |
|
virtual |
|
virtual |
Get the name of the language this factory creates programs for.
Implements Ogre::GpuProgramFactory.
|
virtual |
Create an instance of MetalProgram.
Implements Ogre::GpuProgramFactory.