OGRE  master
Object-Oriented Graphics Rendering Engine
Ogre::GLSLangProgramFactory Class Reference

Factory class for GLSLang programs. More...

#include <OgreGLSLangProgramManager.h>

+ Inheritance diagram for Ogre::GLSLangProgramFactory:

Public Member Functions

 GLSLangProgramFactory ()
 
 ~GLSLangProgramFactory ()
 
GpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override
 
const StringgetLanguage (void) const override
 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)
 

Detailed Description

Factory class for GLSLang programs.

Constructor & Destructor Documentation

◆ GLSLangProgramFactory()

Ogre::GLSLangProgramFactory::GLSLangProgramFactory ( )

◆ ~GLSLangProgramFactory()

Ogre::GLSLangProgramFactory::~GLSLangProgramFactory ( )

Member Function Documentation

◆ getLanguage()

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

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

Implements Ogre::GpuProgramFactory.

◆ create()

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

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