enumeración D3D12DDI_RESOURCE_LAYOUT (d3d12umddi.h)
Especifica el diseño del recurso.
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
} ;
Constantes
D3D12DDI_RL_UNDEFINED Sin definir. |
D3D12DDI_RL_PLACED_PHYSICAL_SUBRESOURCE_PITCHED Colocación del subrecurso físico inclinado. |
D3D12DDI_RL_PLACED_VIRTUAL_SUBRESOURCE_PITCHED Colocación del subrecurso virtual inclinado. |
D3D12DDI_RL_SELECT_SUBRESOURCE Seleccione subrecurso. |
Requisitos
Requisito | Valor |
---|---|
Header | d3d12umddi.h |