浏览代码

Fix after merge

/RenderPassXR_Sandbox
sebastienlagarde 7 年前
当前提交
c22ec084
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 7
      Assets/ScriptableRenderPipeline/HDRenderPipeline/HDShaderIDs.cs

7
Assets/ScriptableRenderPipeline/HDRenderPipeline/HDShaderIDs.cs


internal static readonly int SrcBlend = Shader.PropertyToID("_SrcBlend");
internal static readonly int DstBlend = Shader.PropertyToID("_DstBlend");
internal static readonly int StencilTexture = Shader.PropertyToID("_StencilTexture");
}
}
正在加载...
取消
保存