PFND3DDDI_SETCLIPPLANE - NtDoc

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

PFND3DDDI_SETCLIPPLANE Pfnd3dddiSetclipplane;

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

NtDoc

No description available.

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

PFND3DDDI_SETCLIPPLANE callback function

Description

The SetClipPlane function sets a clip plane.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_SETCLIPPLANE structure that describes the clip plane to set.

Return value

SetClipPlane returns S_OK or an appropriate error result if the clip plane is not successfully set.

Remarks

The coefficients that are passed to SetClipPlane in the Plane array of the D3DDDIARG_SETCLIPPLANE structure that is pointed to by pData are used in the general plane equation. For more information about the general plane equation, see the Remarks section of D3DDDIARG_SETCLIPPLANE.

See also

D3DDDIARG_SETCLIPPLANE

D3DDDI_DEVICEFUNCS