Luna::RHI::BufferBarrier
Describes one buffer barrier.
struct Luna::RHI::BufferBarrier
Member objects
-
The resource the barrier is applied to.
-
The states of the resource before this barrier takes place. Specify BufferStateFlag::automatic to let the system decide the before state, see docs of BufferStateFlag::automatic for details.
-
The states of the resource after this barrier takes place.
-
Additional flags for this barrier.