OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
Ogre::GLSLESProgramFactory Class Reference

Factory class for GLSL ES programs. More...

#include <OgreGLSLESProgramFactory.h>

+ Inheritance diagram for Ogre::GLSLESProgramFactory:

Public Member Functions

 GLSLESProgramFactory (void)
 
 ~GLSLESProgramFactory (void)
 
HighLevelGpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader)
 Create an instance of GLSLESProgram. More...
 
void destroy (HighLevelGpuProgram *prog)
 
const StringgetLanguage (void) const
 Get the name of the language this factory creates programs for. More...
 

Detailed Description

Factory class for GLSL ES programs.

Constructor & Destructor Documentation

◆ GLSLESProgramFactory()

Ogre::GLSLESProgramFactory::GLSLESProgramFactory ( void  )

◆ ~GLSLESProgramFactory()

Ogre::GLSLESProgramFactory::~GLSLESProgramFactory ( void  )

Member Function Documentation

◆ getLanguage()

const String& Ogre::GLSLESProgramFactory::getLanguage ( void  ) const
virtual

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

Implements Ogre::HighLevelGpuProgramFactory.

◆ create()

HighLevelGpuProgram* Ogre::GLSLESProgramFactory::create ( ResourceManager creator,
const String name,
ResourceHandle  handle,
const String group,
bool  isManual,
ManualResourceLoader loader 
)
virtual

Create an instance of GLSLESProgram.

Implements Ogre::HighLevelGpuProgramFactory.

◆ destroy()

void Ogre::GLSLESProgramFactory::destroy ( HighLevelGpuProgram prog)
virtual

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