D3DSHADEMODE - NtDoc

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

typedef enum _D3DSHADEMODE {
  D3DSHADE_FLAT,
  D3DSHADE_GOURAUD,
  D3DSHADE_PHONG,
  D3DSHADE_FORCE_DWORD
} D3DSHADEMODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DSHADEMODE enumeration

Description

Constants

D3DSHADE_FLAT

D3DSHADE_GOURAUD

D3DSHADE_PHONG

D3DSHADE_FORCE_DWORD

Remarks

See also