D3D12_FEATURE_DATA_D3D12_OPTIONS11 struttura (d3d12.h)
Indica se sono supportate le atomiche intere a 64 bit nelle risorse nel descrittore heaps.
Sintassi
typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS11 {
BOOL AtomicInt64OnDescriptorHeapResourceSupported;
} D3D12_FEATURE_DATA_D3D12_OPTIONS11;
Members
AtomicInt64OnDescriptorHeapResourceSupported
Tipo: _Out_ BOOL
Indica se sono supportate le atomiche intere a 64 bit nelle risorse nel descrittore heaps. true
se supportato, in caso contrario false
.
Requisiti
Client minimo supportato | Windows Build 22000 |
Server minimo supportato | Windows Build 22000 |
Intestazione | d3d12.h |