OGRE
1.9.0
|
#include "OgrePrerequisites.h"
#include "OgreResource.h"
#include "OgreSharedPtr.h"
#include "OgreIteratorWrappers.h"
#include "OgreSerializer.h"
#include "OgreRenderOperation.h"
#include "OgreGpuProgramParams.h"
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"
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 | |
namespace | Ogre |
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... | |