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

Factory class for GLSL ES programs. More...

#include <OgreGLSLESCgProgramFactory.h>

+ Inheritance diagram for Ogre::GLSLESCgProgramFactory:

Public Member Functions

 GLSLESCgProgramFactory ()
 
virtual ~GLSLESCgProgramFactory ()
 
HighLevelGpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader)
 
void destroy (HighLevelGpuProgram *prog)
 
const StringgetLanguage (void) const
 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 GLSL ES programs.

Constructor & Destructor Documentation

◆ GLSLESCgProgramFactory()

Ogre::GLSLESCgProgramFactory::GLSLESCgProgramFactory ( )

◆ ~GLSLESCgProgramFactory()

virtual Ogre::GLSLESCgProgramFactory::~GLSLESCgProgramFactory ( )
virtual

Member Function Documentation

◆ getLanguage()

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

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

Implements Ogre::GpuProgramFactory.

◆ create()

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

◆ destroy()

void Ogre::GLSLESCgProgramFactory::destroy ( HighLevelGpuProgram prog)

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