![]() |
OGRE
2.3.1
Object-Oriented Graphics Rendering Engine
|
Enumerations | |
enum | Layout { Undefined, Texture, RenderTarget, RenderTargetReadOnly, ResolveDest, Clear, Uav, CopySrc, CopyDst, MipmapGen, CopyEncoderManaged, PresentReady, NumResourceLayouts } |
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 |