OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::WriteBarrier Namespace Reference

Enumerations

enum  WriteBarrier {
  CpuWrite = 0x00000001, Uav = 0x00000002, RenderTarget = 0x00000004, DepthStencil = 0x00000008,
  All = 0xffffffff
}
 

Enumeration Type Documentation

◆ WriteBarrier

Enumerator
CpuWrite 

Notifies we've been writing from CPU to resource.

Uav 

Waits until writes from shaders to resource are finished.

RenderTarget 

Waits until rendering to colour buffers are finished.

DepthStencil 

Waits until rendering to depth/stencil buffers are finished.

All 

Full write barrier.