标签: directx render directx-11 depth
是否可以从深度模板缓冲区获取深度值?现在,我有一个深度着色器,使用顶点着色器中的1.0f - (outputPosition.z / outputPosition.w)渲染每个像素的距离。