OGRE  1.12.13
Object-Oriented Graphics Rendering Engine
Ogre::RTShader::GLSLProgramWriter Class Reference

GLSL target language writer implementation. More...

#include <OgreShaderGLSLProgramWriter.h>

+ Inheritance diagram for Ogre::RTShader::GLSLProgramWriter:

Public Member Functions

 GLSLProgramWriter ()
 Class constructor. More...
 
virtual ~GLSLProgramWriter ()
 Class destructor. More...
 
virtual const StringgetTargetLanguage () const
 
virtual void writeSourceCode (std::ostream &os, Program *program)
 
- Public Member Functions inherited from Ogre::RTShader::ProgramWriter
virtual ~ProgramWriter ()
 Class destructor. More...
 

Static Public Member Functions

static const char * getGL3CompatDefines ()
 

Static Public Attributes

static String TargetLanguage
 

Detailed Description

GLSL target language writer implementation.

See also
ProgramWriter.

Constructor & Destructor Documentation

◆ GLSLProgramWriter()

Ogre::RTShader::GLSLProgramWriter::GLSLProgramWriter ( )

Class constructor.

◆ ~GLSLProgramWriter()

virtual Ogre::RTShader::GLSLProgramWriter::~GLSLProgramWriter ( )
virtual

Class destructor.

Member Function Documentation

◆ writeSourceCode()

virtual void Ogre::RTShader::GLSLProgramWriter::writeSourceCode ( std::ostream &  os,
Program program 
)
virtual

◆ getTargetLanguage()

virtual const String& Ogre::RTShader::GLSLProgramWriter::getTargetLanguage ( ) const
inlinevirtual

◆ getGL3CompatDefines()

static const char* Ogre::RTShader::GLSLProgramWriter::getGL3CompatDefines ( )
static

Member Data Documentation

◆ TargetLanguage

String Ogre::RTShader::GLSLProgramWriter::TargetLanguage
static

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