// 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 referenceNo description available.
Contains allocation information flags.
D3D12DDI_ALLOCATION_INFO_FLAGS_0022_NONENo allocation information flag.
D3D12DDI_ALLOCATION_INFO_FLAGS_0022_PRIMARYA primary value.
D3D12DDI_ALLOCATION_INFO_FLAGS_0022_STEREOA stereo value.
D3D12DDI_ALLOCATION_INFO_FLAGS_0022_OVERRIDE_PRIORITYAn override priority.