D3D12DDI_RANGED_BARRIER_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef enum D3D12DDI_RANGED_BARRIER_FLAGS {
  D3D12DDI_RANGED_BARRIER_FLAG_NONE = 0,
  D3D12DDI_RANGED_BARRIER_FLAG_ATOMIC_COPY = 0x1
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_ranged_barrier_flags)

Description

The D3D12DDI_RANGED_BARRIER_FLAGS enumeration specifies flags for ranged barriers.

Constants

D3D12DDI_RANGED_BARRIER_FLAG_NONE:0

No flags are specified.

D3D12DDI_RANGED_BARRIER_FLAG_ATOMIC_COPY:0x1

The barrier is associated with a parameter of an atomic copy operation.

Remarks

See Enhanced Barriers for general information.

See also

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