OGRE 14.2
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::GLSLESProgramFactory Class Reference

Factory class for GLSL ES programs. More...

#include <OgreGLSLESProgram.h>

+ Inheritance diagram for Ogre::GLSLESProgramFactory:

Public Member Functions

GpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override
 Create an instance of GLSLESProgram.
 
const StringgetLanguage (void) const override
 Get the name of the language this factory creates programs for.
 
- Public Member Functions inherited from Ogre::GpuProgramFactory
virtual ~GpuProgramFactory ()
 
virtual void destroy (GpuProgram *prog)
 

Detailed Description

Factory class for GLSL ES programs.

Member Function Documentation

◆ getLanguage()

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

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

Implements Ogre::GpuProgramFactory.

◆ create()

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

Create an instance of GLSLESProgram.

Implements Ogre::GpuProgramFactory.


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