OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::ResourceLayout Namespace Reference

Enumerations

enum  Layout {
  Undefined , Texture , RenderTarget , RenderTargetReadOnly ,
  ResolveDest , Clear , Uav , CopySrc ,
  CopyDst , MipmapGen , CopyEncoderManaged , PresentReady ,
  NumResourceLayouts
}
 

Enumeration Type Documentation

◆ Layout

Enumerator
Undefined 
Texture 
RenderTarget 
RenderTargetReadOnly 
ResolveDest 
Clear 
Uav 
CopySrc 
CopyDst 
MipmapGen 
CopyEncoderManaged 

Copy encoder is managing this texture.

BarrierSolver can't resolve operations until the copy encoder is closed. (i.e. call RenderSystem::endCopyEncoder)

PresentReady 
NumResourceLayouts