Clearing Depth Buffers (Windows Embedded CE 6.0)
1/6/2010
Many applications clear the depth buffer before rendering each new frame. You can explicitly clear the depth buffer through Microsoft® Direct3D® Mobile by calling IDirect3DMobileDevice::Clear and specifying D3DMCLEAR_ZBUFFER for the Flags parameter. The Clear method allows you to specify an arbitrary depth value in the Z parameter.