DirectX 11 Depth Rendering

638 views Asked by At

Is it possible to get the depth values from the depth stencil buffer? Right now, I have a depth shader that renders the distance of each pixel using 1.0f - (outputPosition.z / outputPosition.w) from the vertex shader.

0

There are 0 answers