Specialisation of HighLevelGpuProgram to provide support for CG.
More...
#include <OgreGLSLESCgProgram.h>
Specialisation of HighLevelGpuProgram to provide support for CG.
◆ GLSLESCgProgram()
◆ ~GLSLESCgProgram()
Ogre::GLSLESCgProgram::~GLSLESCgProgram |
( |
| ) |
|
◆ getEntryPoint()
const String& Ogre::GLSLESCgProgram::getEntryPoint |
( |
void |
| ) |
const |
|
inline |
Gets the entry point defined for this program.
◆ getLanguage()
const String& Ogre::GLSLESCgProgram::getLanguage |
( |
void |
| ) |
const |
Overridden from GLSLESProgram.
◆ getProfiles()
const StringVector& Ogre::GLSLESCgProgram::getProfiles |
( |
void |
| ) |
const |
|
inline |
Gets the Cg profiles which can be supported by the program.
◆ loadFromSource()
void Ogre::GLSLESCgProgram::loadFromSource |
( |
void |
| ) |
|
Overridden from GLSLESProgram.
◆ setEntryPoint()
void Ogre::GLSLESCgProgram::setEntryPoint |
( |
const String & |
entryPoint | ) |
|
|
inline |
Sets the entry point for this program ie the first method called.
◆ setProfiles()
void Ogre::GLSLESCgProgram::setProfiles |
( |
const StringVector & |
profiles | ) |
|
Sets the Cg profiles which can be supported by the program.
The documentation for this class was generated from the following file: