![]() |
OGRE-Next
2.3
Object-Oriented Graphics Rendering Engine
|
Factory class for Metal programs. More...
#include <OgreMetalProgramFactory.h>
Public Member Functions | |
MetalProgramFactory (MetalDevice *device) | |
~MetalProgramFactory () override | |
HighLevelGpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override |
Create an instance of MetalProgram. More... | |
void | destroy (HighLevelGpuProgram *prog) override |
const String & | getLanguage () const override |
Get the name of the language this factory creates programs for. More... | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info More... | |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
Factory class for Metal programs.
Ogre::MetalProgramFactory::MetalProgramFactory | ( | MetalDevice * | device | ) |
|
override |
|
overridevirtual |
Create an instance of MetalProgram.
Implements Ogre::HighLevelGpuProgramFactory.
|
overridevirtual |
Implements Ogre::HighLevelGpuProgramFactory.
|
overridevirtual |
Get the name of the language this factory creates programs for.
Implements Ogre::HighLevelGpuProgramFactory.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info