D3DDDIARG_ZRANGE structure (d3dumddi.h)

The D3DDDIARG_ZRANGE structure specifies z-range minimum and maximum values.

Syntax

typedef struct _D3DDDIARG_ZRANGE {
  [in] FLOAT MinZ;
  [in] FLOAT MaxZ;
} D3DDDIARG_ZRANGE;

Members

[in] MinZ

A FLOAT value that indicates the minimum z value for the range.

[in] MaxZ

A FLOAT value that indicates the maximum z value for the 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

SetZRange