D3D12DDI_ELEMENTS_LAYOUT - NtDoc

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

typedef enum D3D12DDI_ELEMENTS_LAYOUT {
  D3D12DDI_ELEMENTS_LAYOUT_ARRAY,
  D3D12DDI_ELEMENTS_LAYOUT_ARRAY_OF_POINTERS
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_ELEMENTS_LAYOUT enumeration

Description

Describes how instances or geometries are laid out.

Constants

D3D12DDI_ELEMENTS_LAYOUT_ARRAY

An element layout array.

D3D12DDI_ELEMENTS_LAYOUT_ARRAY_OF_POINTERS

An array of element layout pointers.

Remarks

See also