D3DDDIARG_WINFO - NtDoc

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

typedef struct _D3DDDIARG_WINFO {
  [in] FLOAT WNear;
  [in] FLOAT WFar;
} D3DDDIARG_WINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_winfo)

_D3DDDIARG_WINFO structure

Description

The D3DDDIARG_WINFO structure describes a w range for w buffering.

Members

WNear [in]

A FLOAT value that indicates the near limit in the w range.

WFar [in]

A FLOAT value that indicates the far limit in the w range.

See also

UpdateWInfo