D3D12DDI_RANGED_BARRIER_FLAGS enumeration (d3d12umddi.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The D3D12DDI_RANGED_BARRIER_FLAGS enumeration specifies flags for resource barriers.

Syntax

typedef enum D3D12DDI_RANGED_BARRIER_FLAGS {
  D3D12DDI_RANGED_BARRIER_FLAG_NONE = 0,
  D3D12DDI_RANGED_BARRIER_FLAG_ATOMIC_COPY = 0x1
} ;

Constants

 
D3D12DDI_RANGED_BARRIER_FLAG_NONE
Value: 0
No flags are specified.
D3D12DDI_RANGED_BARRIER_FLAG_ATOMIC_COPY
Value: 0x1
The barrier is associated with a parameter of an atomic copy operation.

Remarks

See Enhanced Barriers for general information.

Requirements

Requirement Value
Minimum supported client Windows 11 (WDDM 3.0)
Header d3d12umddi.h

See also

[D3D12DDI_RANGED_BARRIER_0088]*(ns-d3d12umddi-d3d12ddi_ranged_barrier_0088.md)