Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the resource mapping flags.
Syntax
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
} ;
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. |
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |