浏览代码

Merge pull request #1157 from Unity-Technologies/fix-depthcopy

Disable color writes in copydepth shader, fixes Vulkan Sceneview in HDRP
/main
GitHub 6 年前
当前提交
4814ba4a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/RenderPipelineResources/CopyDepthBuffer.shader

1
ScriptableRenderPipeline/HDRenderPipeline/HDRP/RenderPipelineResources/CopyDepthBuffer.shader


ZTest Always
ZWrite On
Blend Off
ColorMask 0
HLSLPROGRAM
#pragma target 4.5

正在加载...
取消
保存