D3D10DDIARG_CREATEELEMENTLAYOUT - NtDoc

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

typedef struct D3D10DDIARG_CREATEELEMENTLAYOUT {
  [in] const D3D10DDIARG_INPUT_ELEMENT_DESC *pVertexElements;
  [in] UINT                                 NumElements;
} D3D10DDIARG_CREATEELEMENTLAYOUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d10ddiarg_createelementlayout)

D3D10DDIARG_CREATEELEMENTLAYOUT structure

Description

The D3D10DDIARG_CREATEELEMENTLAYOUT structure describes the element layout to create.

Members

pVertexElements [in]

An array of D3D10DDIARG_INPUT_ELEMENT_DESC structures that describes each element in the element layout.

NumElements [in]

The number of elements in that array that the pVertexElements member specifies.

See also

CalcPrivateElementLayoutSize

CreateElementLayout

D3D10DDIARG_INPUT_ELEMENT_DESC