OGRE  2.3.1
Object-Oriented Graphics Rendering Engine
Ogre::DescBindingTypes Namespace Reference

Enumerations

enum  DescBindingTypes {
  ParamBuffer, ConstBuffer, ReadOnlyBuffer, TexBuffer,
  Texture, Sampler, UavBuffer, UavTexture,
  NumDescBindingTypes
}
 The order is important as it affects compatibility between root layouts. More...
 

Enumeration Type Documentation

◆ DescBindingTypes

The order is important as it affects compatibility between root layouts.

If the relative order is changed, then the following needs to be modified:

Enumerator
ParamBuffer 
ConstBuffer 
ReadOnlyBuffer 
TexBuffer 
Texture 
Sampler 
UavBuffer 
UavTexture 
NumDescBindingTypes