Microsoft DirectX 8.0 (Visual Basic)

CONST_D3DZBUFFERTYPE

Defines constants that describe depth-buffer formats.

Enum CONST_D3DZBUFFERTYPE
    D3DZB_FALSE = 0
    D3DZB_TRUE  = 1
    D3DZB_USEW  = 2
End Enum

Constants

D3DZB_FALSE
Disable depth buffering.
D3DZB_TRUE
Enable z-buffering.
D3DZB_USEW
Enable w-buffering.

Remarks

These flags are used to set the value of the D3DRS_ZENABLE render state for the CONST_D3DRENDERSTATETYPE enumeration.

See Also

CONST_D3DRENDERSTATETYPE