Enabling Depth Buffering
Microsoft DirectX 9.0 SDK Update (October 2004)

Enabling Depth Buffering


After you create a depth buffer, as described in Creating a Depth Buffer, you enable depth buffering by calling the IDirect3DDevice9::SetRenderState method. Set the D3DRS_ZENABLE render state to enable depth-buffering. Use the D3DZB_TRUE member of the D3DZBUFFERTYPE enumerated type (or TRUE) to enable z-buffering, D3DZB_USEW to enable w-buffering, or D3DZB_FALSE(or FALSE) to disable depth buffering.

Note  To use w-buffering, your application must set a compliant projection matrix even if it doesn't use the Microsoft Direct3D transformation pipeline. For information about providing an appropriate projection matrix, see A W-Friendly Projection Matrix


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.