PFND3DDDI_SETSCISSORRECT - NtDoc

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

PFND3DDDI_SETSCISSORRECT Pfnd3dddiSetscissorrect;

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

NtDoc

No description available.

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

PFND3DDDI_SETSCISSORRECT callback function

Description

The SetScissorRect function marks a portion of a render target that rendering is confined to.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pRect [in]

A pointer to a RECT structure that specifies the 2-D portion of the render target to confine rendering to.

Return value

SetScissorRect returns S_OK or an appropriate error result if the 2-D resource is not successfully marked.

See also

D3DDDI_DEVICEFUNCS

RECT