Changing Depth Buffer Comparison Functions (Windows CE 5.0)

Send Feedback

By default, when depth-testing is performed on a rendering surface, Microsoft® Direct3D® Mobile updates the render-target surface if the corresponding depth value (z or w) for each point is less than the value in the depth buffer. In an application, you change how the system performs comparisons on depth values by calling the IDirect3DMobileDevice::SetRenderState method with the State parameter set to D3DMRS_ZFUNC (see D3DMRENDERSTATETYPE). The Value parameter should be set to a value in the D3DMCMPFUNC enumerated type.

See Also

Depth Buffers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.