PFND3DDDI_DRAWINDEXEDPRIMITIVE - NtDoc

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

PFND3DDDI_DRAWINDEXEDPRIMITIVE Pfnd3dddiDrawindexedprimitive;

HRESULT Pfnd3dddiDrawindexedprimitive(
  HANDLE hDevice,
  const D3DDDIARG_DRAWINDEXEDPRIMITIVE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_drawindexedprimitive)

PFND3DDDI_DRAWINDEXEDPRIMITIVE callback function

Description

The DrawIndexedPrimitive function draws indexed primitives that the Microsoft Direct3D runtime has not transformed the index data in.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_DRAWINDEXEDPRIMITIVE structure that describes the indexed primitive to draw.

Return value

DrawIndexedPrimitive returns S_OK or an appropriate error result if the indexed primitive is not successfully drawn.

See also

D3DDDIARG_DRAWINDEXEDPRIMITIVE

D3DDDI_DEVICEFUNCS

DrawIndexedPrimitive2