Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
The following code example shows how to use the IDirect3DMobileDevice::GetDepthStencilSurface method to retrieve a pointer to the depth-buffer surface owned by the device.
IDirect3DMobileSurface** pZBuffer;
m_d3dmDevice->GetDepthStencilSurface( &pZBuffer );