浏览代码

Make sure the sky pass does not modify the alpha channel

/main
Evgenii Golubev 8 年前
当前提交
4534d45f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Assets/ScriptableRenderLoop/HDRenderLoop/Sky/ProceduralSky/Resources/SkyProcedural.shader

2
Assets/ScriptableRenderLoop/HDRenderLoop/Sky/ProceduralSky/Resources/SkyProcedural.shader


{
ZWrite Off
ZTest LEqual
Blend One OneMinusSrcAlpha
Blend One OneMinusSrcAlpha, Zero One
HLSLPROGRAM
#pragma target 5.0

正在加载...
取消
保存