浏览代码

Removed unused code

/stochastic_alpha_test
Frédéric Vauchelles 7 年前
当前提交
396f2c8c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      ScriptableRenderPipeline/HDRenderPipeline/HDRenderPipeline.cs

6
ScriptableRenderPipeline/HDRenderPipeline/HDRenderPipeline.cs


[Flags]
public enum StencilBitMask
{
Clear = 0, // 0x0
Lighting = 3, // 0x3 - 2 bit
All = 255 // 0xFF - 8 bit
Clear = 0, // 0x0
Lighting = 3, // 0x3 - 2 bit
All = 255 // 0xFF - 8 bit
}
RenderStateBlock m_DepthStateOpaque;

正在加载...
取消
保存