OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::SPIRVShaderFactory Class Reference

#include <OgreSPIRVShaderFactory.h>

+ Inheritance diagram for Ogre::SPIRVShaderFactory:

Public Member Functions

 SPIRVShaderFactory ()
 
 ~SPIRVShaderFactory ()
 
GpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override
 Create an instance of GLSLProgram. More...
 
const StringgetLanguage (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)
 

Constructor & Destructor Documentation

◆ SPIRVShaderFactory()

Ogre::SPIRVShaderFactory::SPIRVShaderFactory ( )

◆ ~SPIRVShaderFactory()

Ogre::SPIRVShaderFactory::~SPIRVShaderFactory ( )

Member Function Documentation

◆ getLanguage()

const String& Ogre::SPIRVShaderFactory::getLanguage ( void  ) const
overridevirtual

Get the name of the language this factory creates shaders for.

Implements Ogre::GpuProgramFactory.

◆ create()

GpuProgram* Ogre::SPIRVShaderFactory::create ( ResourceManager creator,
const String name,
ResourceHandle  handle,
const String group,
bool  isManual,
ManualResourceLoader loader 
)
overridevirtual

Create an instance of GLSLProgram.

Implements Ogre::GpuProgramFactory.


The documentation for this class was generated from the following file: