// 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 referenceNo description available.
The D3D12DDI_RANGED_BARRIER_FLAGS_0094 enumeration specifies flags for ranged barriers.
D3D12DDI_RANGED_BARRIER_FLAG_NONE_0094No flags are specified.
D3D12DDI_RANGED_BARRIER_FLAG_ATOMIC_COPY_0094The barrier is associated with a parameter of an atomic copy operation.
D3D12DDI_RANGED_BARRIER_FLAG_ACQUIRE_0094Acquire a buffer range for AtomicCopy operations.
D3D12DDI_RANGED_BARRIER_FLAG_RELEASE_0094Release a buffer range from AtomicCopy operations.
See Enhanced Barriers for general information.
[D3D12DDI_RANGED_BARRIER_0094]*(ns-d3d12umddi-d3d12ddi_ranged_barrier_0094.md)