D3DDDIARG_ZRANGE - NtDoc

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

typedef struct _D3DDDIARG_ZRANGE {
  [in] FLOAT MinZ;
  [in] FLOAT MaxZ;
} D3DDDIARG_ZRANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_ZRANGE structure

Description

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

Members

MinZ [in]

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

MaxZ [in]

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

See also

SetZRange