D3D12DDI_ALLOCATION_INFO_FLAGS_0022 - NtDoc

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

typedef enum D3D12DDI_ALLOCATION_INFO_FLAGS_0022 {
  D3D12DDI_ALLOCATION_INFO_FLAGS_0022_NONE,
  D3D12DDI_ALLOCATION_INFO_FLAGS_0022_PRIMARY,
  D3D12DDI_ALLOCATION_INFO_FLAGS_0022_STEREO,
  D3D12DDI_ALLOCATION_INFO_FLAGS_0022_OVERRIDE_PRIORITY
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_ALLOCATION_INFO_FLAGS_0022 enumeration

Description

Contains allocation information flags.

Constants

D3D12DDI_ALLOCATION_INFO_FLAGS_0022_NONE

No allocation information flag.

D3D12DDI_ALLOCATION_INFO_FLAGS_0022_PRIMARY

A primary value.

D3D12DDI_ALLOCATION_INFO_FLAGS_0022_STEREO

A stereo value.

D3D12DDI_ALLOCATION_INFO_FLAGS_0022_OVERRIDE_PRIORITY

An override priority.