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