Skip to content

FfxBarrierDescription

struct FfxBarrierDescription

A structure containing the data required to create a barrier.

Dependencies: FfxResourceInternal

Public Interface

Public Members:

FfxResourceInternal resource

FfxResourceInternal resource

The resource representation.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1015, column 25)

FfxBarrierType barrierType

FfxBarrierType barrierType

The type of barrier to execute.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1016, column 23)

FfxResourceStates currentState

FfxResourceStates currentState

The initial state of the resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1017, column 23)

FfxResourceStates newState

FfxResourceStates newState

The new state of the resource after barrier.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1018, column 23)

uint32_t subResourceID

uint32_t subResourceID

The subresource id to apply barrier operation to.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1019, column 23)

Used By: FfxGpuJobDescription

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1013, column 1)