D3D12_FEATURE_DATA_D3D12_OPTIONS11 structure (d3d12.h)

Indicates whether or not 64-bit integer atomics on resources in descriptor heaps are supported.

Syntax

typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS11 {
  BOOL AtomicInt64OnDescriptorHeapResourceSupported;
} D3D12_FEATURE_DATA_D3D12_OPTIONS11;

Members

AtomicInt64OnDescriptorHeapResourceSupported

Type: _Out_ BOOL

Indicates whether or not 64-bit integer atomics on resources in descriptor heaps are supported. true if supported, otherwise false.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Header d3d12.h