D3D12DDI_RESOURCE_LAYOUT - NtDoc

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

typedef enum D3D12DDI_RESOURCE_LAYOUT {
  D3D12DDI_RL_UNDEFINED,
  D3D12DDI_RL_PLACED_PHYSICAL_SUBRESOURCE_PITCHED,
  D3D12DDI_RL_PLACED_VIRTUAL_SUBRESOURCE_PITCHED,
  D3D12DDI_RL_SELECT_SUBRESOURCE
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_RESOURCE_LAYOUT enumeration

Description

Specifies the resource layout.

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.

Remarks

See also