OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
OgreCbCommon.h File Reference

Classes

struct  Ogre::CbBase
 

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::CbType {
  Ogre::CB_INVALID, Ogre::CB_SET_VAO, Ogre::CB_SET_INDIRECT_BUFFER, Ogre::CB_DRAW_CALL_INDEXED_EMULATED_NO_BASE_INSTANCE,
  Ogre::CB_DRAW_CALL_INDEXED_EMULATED, Ogre::CB_DRAW_CALL_INDEXED, Ogre::CB_DRAW_CALL_STRIP_EMULATED_NO_BASE_INSTANCE, Ogre::CB_DRAW_CALL_STRIP_EMULATED,
  Ogre::CB_DRAW_CALL_STRIP, Ogre::CB_SET_CONSTANT_BUFFER_VS, Ogre::CB_SET_CONSTANT_BUFFER_PS, Ogre::CB_SET_CONSTANT_BUFFER_GS,
  Ogre::CB_SET_CONSTANT_BUFFER_HS, Ogre::CB_SET_CONSTANT_BUFFER_DS, Ogre::CB_SET_CONSTANT_BUFFER_CS, Ogre::CB_SET_CONSTANT_BUFFER_INVALID,
  Ogre::CB_SET_TEXTURE_BUFFER_VS, Ogre::CB_SET_TEXTURE_BUFFER_PS, Ogre::CB_SET_TEXTURE_BUFFER_GS, Ogre::CB_SET_TEXTURE_BUFFER_HS,
  Ogre::CB_SET_TEXTURE_BUFFER_DS, Ogre::CB_SET_TEXTURE_BUFFER_CS, Ogre::CB_SET_TEXTURE_BUFFER_INVALID, Ogre::CB_SET_PSO,
  Ogre::CB_SET_TEXTURE, Ogre::CB_SET_TEXTURES, Ogre::CB_SET_SAMPLERS, Ogre::CB_START_V1_LEGACY_RENDERING,
  Ogre::CB_SET_V1_RENDER_OP, Ogre::CB_DRAW_V1_INDEXED_NO_BASE_INSTANCE, Ogre::CB_DRAW_V1_INDEXED, Ogre::CB_DRAW_V1_STRIP_NO_BASE_INSTANCE,
  Ogre::CB_DRAW_V1_STRIP, Ogre::CB_LOW_LEVEL_MATERIAL, Ogre::MAX_COMMAND_BUFFER
}