D3DHAL_DP2ZRANGE - NtDoc

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

typedef struct _D3DHAL_DP2ZRANGE {
  D3DVALUE dvMinZ;
  D3DVALUE dvMaxZ;
} D3DHAL_DP2ZRANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dhal-_d3dhal_dp2zrange)

_D3DHAL_DP2ZRANGE structure

Description

The D3DHAL_DP2ZRANGE structure specifies z-range minimum and maximum in D3dDrawPrimitives2.

Members

dvMinZ

Specifies the minimum z value for the Mvs matrix described in the Hardware Transform and Lighting section of the design guide.

dvMaxZ

Specifies the maximum z value for the Mvs matrix described in the Hardware Transform and Lighting section of the design guide.

See also

D3dDrawPrimitives2