FfxBarrierDescription
A structure containing the data required to create a barrier.
File location: sdk/include/FidelityFX/host/ffx_types.h
Detailed description
A structure containing the data required to create a barrier.
Data fields
Type |
Description |
---|---|
resource
The resource representation.
|
|
FfxBarrierType |
barrierType
The type of barrier to execute.
|
FfxResourceStates |
currentState
The initial state of the resource.
|
FfxResourceStates |
newState
The new state of the resource after barrier.
|
uint32_t |
subResourceID
The subresource id to apply barrier operation to.
|