OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
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)
GpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader)
 Create an instance of GLSLESProgram.
const StringgetLanguage (void) const
 Get the name of the language this factory creates programs for.
Public Member Functions inherited from Ogre::HighLevelGpuProgramFactory
 HighLevelGpuProgramFactory ()
virtual ~HighLevelGpuProgramFactory ()
virtual void destroy (GpuProgram *prog)

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()

GpuProgram * 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.


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