![]() |
OGRE
1.12.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreSPIRVShaderFactory.h>
Inheritance diagram for Ogre::SPIRVShaderFactory:Public Member Functions | |
| SPIRVShaderFactory () | |
| ~SPIRVShaderFactory () | |
| HighLevelGpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) |
| Create an instance of GLSLProgram. More... | |
| void | destroy (HighLevelGpuProgram *prog) |
| const String & | getLanguage (void) const |
| Get the name of the language this factory creates shaders for. More... | |
| Ogre::SPIRVShaderFactory::SPIRVShaderFactory | ( | ) |
| Ogre::SPIRVShaderFactory::~SPIRVShaderFactory | ( | ) |
|
virtual |
Get the name of the language this factory creates shaders for.
Implements Ogre::HighLevelGpuProgramFactory.
|
virtual |
Create an instance of GLSLProgram.
Implements Ogre::HighLevelGpuProgramFactory.
|
virtual |
Implements Ogre::HighLevelGpuProgramFactory.