OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreGpuProgram.h File Reference
+ Include dependency graph for OgreGpuProgram.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ogre::GpuProgram
 Defines a program which runs on the GPU such as a vertex or fragment program. More...
 
class  Ogre::GpuProgram::CmdAdjacency
 
class  Ogre::GpuProgram::CmdManualNamedConstsFile
 
class  Ogre::GpuProgram::CmdMorph
 
class  Ogre::GpuProgram::CmdPose
 
class  Ogre::GpuProgram::CmdSkeletal
 
class  Ogre::GpuProgram::CmdSyntax
 
class  Ogre::GpuProgram::CmdType
 Command object - see ParamCommand. More...
 
class  Ogre::GpuProgram::CmdVTF
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Enumerations

enum  Ogre::GpuProgramType {
  Ogre::GPT_VERTEX_PROGRAM, Ogre::GPT_FRAGMENT_PROGRAM, Ogre::GPT_GEOMETRY_PROGRAM, Ogre::GPT_DOMAIN_PROGRAM,
  Ogre::GPT_HULL_PROGRAM, Ogre::GPT_COMPUTE_PROGRAM
}
 Enumerates the types of programs which can run on the GPU. More...