OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::RTShader::ProgramSet Class Reference

Container class for shader based programs. More...

#include <OgreShaderProgramSet.h>

+ Inheritance diagram for Ogre::RTShader::ProgramSet:
+ Collaboration diagram for Ogre::RTShader::ProgramSet:

Public Member Functions

 ProgramSet ()
 Class default constructor. More...
 
 ~ProgramSet ()
 Class destructor. More...
 
ProgramgetCpuFragmentProgram ()
 Get the fragment shader CPU program. More...
 
ProgramgetCpuVertexProgram ()
 Get the vertex shader CPU program. More...
 
GpuProgramPtr getGpuFragmentProgram ()
 Get the fragment shader GPU program. More...
 
GpuProgramPtr getGpuVertexProgram ()
 Get the vertex shader GPU program. More...
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 

Protected Member Functions

void setCpuFragmentProgram (Program *psCpuProgram)
 
void setCpuVertexProgram (Program *vsCpuProgram)
 
void setGpuFragmentProgram (GpuProgramPtr psGpuProgram)
 
void setGpuVertexProgram (GpuProgramPtr vsGpuProgram)
 

Protected Attributes

ProgrammPSCpuProgram
 
GpuProgramPtr mPSGpuProgram
 
ProgrammVSCpuProgram
 
GpuProgramPtr mVSGpuProgram
 

Friends

class ProgramManager
 
class TargetRenderState
 

Detailed Description

Container class for shader based programs.

Holds both a CPU representation and GPU representation of vertex and fragment program.

Definition at line 46 of file OgreShaderProgramSet.h.

Constructor & Destructor Documentation

Ogre::RTShader::ProgramSet::ProgramSet ( )

Class default constructor.

Ogre::RTShader::ProgramSet::~ProgramSet ( )

Class destructor.

Member Function Documentation

Program* Ogre::RTShader::ProgramSet::getCpuFragmentProgram ( )

Get the fragment shader CPU program.

Program* Ogre::RTShader::ProgramSet::getCpuVertexProgram ( )

Get the vertex shader CPU program.

GpuProgramPtr Ogre::RTShader::ProgramSet::getGpuFragmentProgram ( )

Get the fragment shader GPU program.

GpuProgramPtr Ogre::RTShader::ProgramSet::getGpuVertexProgram ( )

Get the vertex shader GPU program.

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

Definition at line 96 of file OgreMemoryAllocatedObject.h.

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

Definition at line 102 of file OgreMemoryAllocatedObject.h.

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

Definition at line 108 of file OgreMemoryAllocatedObject.h.

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

Definition at line 113 of file OgreMemoryAllocatedObject.h.

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

Definition at line 119 of file OgreMemoryAllocatedObject.h.

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

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

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

Definition at line 73 of file OgreMemoryAllocatedObject.h.

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

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

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

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

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

Definition at line 91 of file OgreMemoryAllocatedObject.h.

void Ogre::RTShader::ProgramSet::setCpuFragmentProgram ( Program psCpuProgram)
protected
void Ogre::RTShader::ProgramSet::setCpuVertexProgram ( Program vsCpuProgram)
protected
void Ogre::RTShader::ProgramSet::setGpuFragmentProgram ( GpuProgramPtr  psGpuProgram)
protected
void Ogre::RTShader::ProgramSet::setGpuVertexProgram ( GpuProgramPtr  vsGpuProgram)
protected

Friends And Related Function Documentation

friend class ProgramManager
friend

Definition at line 90 of file OgreShaderProgramSet.h.

friend class TargetRenderState
friend

Definition at line 91 of file OgreShaderProgramSet.h.

Member Data Documentation

Program* Ogre::RTShader::ProgramSet::mPSCpuProgram
protected

Definition at line 83 of file OgreShaderProgramSet.h.

GpuProgramPtr Ogre::RTShader::ProgramSet::mPSGpuProgram
protected

Definition at line 87 of file OgreShaderProgramSet.h.

Program* Ogre::RTShader::ProgramSet::mVSCpuProgram
protected

Definition at line 81 of file OgreShaderProgramSet.h.

GpuProgramPtr Ogre::RTShader::ProgramSet::mVSGpuProgram
protected

Definition at line 85 of file OgreShaderProgramSet.h.


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