D3DCMPFUNC - NtDoc

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

typedef enum _D3DCMPFUNC {
  D3DCMP_NEVER,
  D3DCMP_LESS,
  D3DCMP_EQUAL,
  D3DCMP_LESSEQUAL,
  D3DCMP_GREATER,
  D3DCMP_NOTEQUAL,
  D3DCMP_GREATEREQUAL,
  D3DCMP_ALWAYS,
  D3DCMP_FORCE_DWORD
} D3DCMPFUNC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DCMPFUNC enumeration

Description

Constants

D3DCMP_NEVER

D3DCMP_LESS

D3DCMP_EQUAL

D3DCMP_LESSEQUAL

D3DCMP_GREATER

D3DCMP_NOTEQUAL

D3DCMP_GREATEREQUAL

D3DCMP_ALWAYS

D3DCMP_FORCE_DWORD

Remarks

See also