D3D12DDI_RESOURCE_LAYOUT enumeration (d3d12umddi.h)

Specifies the resource layout.

Syntax

typedef enum D3D12DDI_RESOURCE_LAYOUT {
  D3D12DDI_RL_UNDEFINED,
  D3D12DDI_RL_PLACED_PHYSICAL_SUBRESOURCE_PITCHED,
  D3D12DDI_RL_PLACED_VIRTUAL_SUBRESOURCE_PITCHED,
  D3D12DDI_RL_SELECT_SUBRESOURCE
} ;

Constants

 
D3D12DDI_RL_UNDEFINED
Undefined.
D3D12DDI_RL_PLACED_PHYSICAL_SUBRESOURCE_PITCHED
Placed physical subresource pitched.
D3D12DDI_RL_PLACED_VIRTUAL_SUBRESOURCE_PITCHED
Placed virtual subresource pitched.
D3D12DDI_RL_SELECT_SUBRESOURCE
Select subresource.

Requirements

Requirement Value
Header d3d12umddi.h