D3DDDIARG_WINFO structure (d3dumddi.h)

The D3DDDIARG_WINFO structure describes a w range for w buffering.

Syntax

typedef struct _D3DDDIARG_WINFO {
  [in] FLOAT WNear;
  [in] FLOAT WFar;
} D3DDDIARG_WINFO;

Members

[in] WNear

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

[in] WFar

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

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

UpdateWInfo