D3DSTENCILOP - NtDoc

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

typedef enum _D3DSTENCILOP {
  D3DSTENCILOP_KEEP,
  D3DSTENCILOP_ZERO,
  D3DSTENCILOP_REPLACE,
  D3DSTENCILOP_INCRSAT,
  D3DSTENCILOP_DECRSAT,
  D3DSTENCILOP_INVERT,
  D3DSTENCILOP_INCR,
  D3DSTENCILOP_DECR,
  D3DSTENCILOP_FORCE_DWORD
} D3DSTENCILOP;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d9types-_d3dstencilop)

_D3DSTENCILOP enumeration

Description

Constants

D3DSTENCILOP_KEEP

D3DSTENCILOP_ZERO

D3DSTENCILOP_REPLACE

D3DSTENCILOP_INCRSAT

D3DSTENCILOP_DECRSAT

D3DSTENCILOP_INVERT

D3DSTENCILOP_INCR

D3DSTENCILOP_DECR

D3DSTENCILOP_FORCE_DWORD

Remarks

See also