D3D12DDI_RANGED_BARRIER_FLAGS_0094 - NtDoc

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

typedef enum D3D12DDI_RANGED_BARRIER_FLAGS_0094 {
  D3D12DDI_RANGED_BARRIER_FLAG_NONE_0094,
  D3D12DDI_RANGED_BARRIER_FLAG_ATOMIC_COPY_0094,
  D3D12DDI_RANGED_BARRIER_FLAG_ACQUIRE_0094,
  D3D12DDI_RANGED_BARRIER_FLAG_RELEASE_0094
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_RANGED_BARRIER_FLAGS_0094 enumeration specifies flags for ranged barriers.

Constants

D3D12DDI_RANGED_BARRIER_FLAG_NONE_0094

No flags are specified.

D3D12DDI_RANGED_BARRIER_FLAG_ATOMIC_COPY_0094

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

D3D12DDI_RANGED_BARRIER_FLAG_ACQUIRE_0094

Acquire a buffer range for AtomicCopy operations.

D3D12DDI_RANGED_BARRIER_FLAG_RELEASE_0094

Release a buffer range from AtomicCopy operations.

Remarks

See Enhanced Barriers for general information.

See also

[D3D12DDI_RANGED_BARRIER_0094]*(ns-d3d12umddi-d3d12ddi_ranged_barrier_0094.md)