D3D12DDI_RESOURCE_MAPPING_FLAGS - NtDoc

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

typedef enum D3D12DDI_RESOURCE_MAPPING_FLAGS {
  D3D12DDI_RESOURCE_MAPPING_FLAG_NONE,
  D3D12DDI_RESOURCE_MAPPING_FLAG_NO_HAZARD,
  D3D12DDI_RESOURCE_MAPPING_FLAG_RESOURCE_DATA,
  D3D12DDI_RESOURCE_MAPPING_FLAG_ADDITIONAL_DATA
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_RESOURCE_MAPPING_FLAGS enumeration

Description

Specifies the resource mapping flags.

Constants

D3D12DDI_RESOURCE_MAPPING_FLAG_NONE

No flag specified.

D3D12DDI_RESOURCE_MAPPING_FLAG_NO_HAZARD

No hazard.

D3D12DDI_RESOURCE_MAPPING_FLAG_RESOURCE_DATA

Resource data.

D3D12DDI_RESOURCE_MAPPING_FLAG_ADDITIONAL_DATA

Additional data.

Remarks

See also