D3DHAL_DP2ZRANGE structure (d3dhal.h)

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

Syntax

typedef struct _D3DHAL_DP2ZRANGE {
  D3DVALUE dvMinZ;
  D3DVALUE dvMaxZ;
} D3DHAL_DP2ZRANGE;

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.

Requirements

Requirement Value
Header d3dhal.h (include D3dhal.h)

See also

D3dDrawPrimitives2