Public Member Functions | Private Attributes | List of all members
Ogre::RTShader::ShaderProgramWriterGLSLFactory Class Reference

GLSL program writer factory implementation. More...

#include <OgreShaderGLSLProgramWriter.h>

Inheritance diagram for Ogre::RTShader::ShaderProgramWriterGLSLFactory:
Inheritance graph
[legend]

Public Member Functions

 ShaderProgramWriterGLSLFactory ()
 
virtual ~ShaderProgramWriterGLSLFactory ()
 
virtual ProgramWritercreate (void)
 
virtual const StringgetTargetLanguage (void) const
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete (void *ptr, void *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info
 
voidoperator new (size_t sz, void *ptr)
 placement operator new
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info
 

Private Attributes

String mLanguage
 

Detailed Description

GLSL program writer factory implementation.

See also
ProgramWriterFactory

Definition at line 115 of file OgreShaderGLSLProgramWriter.h.

Constructor & Destructor Documentation

◆ ShaderProgramWriterGLSLFactory()

Ogre::RTShader::ShaderProgramWriterGLSLFactory::ShaderProgramWriterGLSLFactory ( )

Definition at line 118 of file OgreShaderGLSLProgramWriter.h.

◆ ~ShaderProgramWriterGLSLFactory()

virtual Ogre::RTShader::ShaderProgramWriterGLSLFactory::~ShaderProgramWriterGLSLFactory ( )
virtual

Definition at line 121 of file OgreShaderGLSLProgramWriter.h.

Member Function Documentation

◆ create()

virtual ProgramWriter * Ogre::RTShader::ShaderProgramWriterGLSLFactory::create ( void  )
virtual

◆ getTargetLanguage()

virtual const String & Ogre::RTShader::ShaderProgramWriterGLSLFactory::getTargetLanguage ( void  ) const
virtual

◆ operator delete() [1/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr)
inherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [2/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr,
const char ,
int  ,
const char  
)
inherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [3/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr,
void  
)
inherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [1/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void ptr)
inherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [2/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void ptr,
const char ,
int  ,
const char  
)
inherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

◆ operator new() [1/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

◆ operator new() [2/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char file,
int  line,
const char func 
)
inherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

◆ operator new() [3/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void ptr 
)
inherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [1/2]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [2/2]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char file,
int  line,
const char func 
)
inherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

◆ mLanguage

String Ogre::RTShader::ShaderProgramWriterGLSLFactory::mLanguage
private

Definition at line 140 of file OgreShaderGLSLProgramWriter.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.