Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 );
See Also
Send Feedback on this topic to the authors