浏览代码

HDRenderPipeline: fix typo in TransparentDepthPostPass

/feature-ReflectionProbeFit
Sebastien Lagarde 7 年前
当前提交
322faaad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/HDStringConstants.cs

2
ScriptableRenderPipeline/HDRenderPipeline/HDRP/HDStringConstants.cs


public static readonly string s_TransparentDepthPrePassStr = "TransparentDepthPrepass";
public static readonly string s_TransparentBackfaceStr = "TransparentBackface";
public static readonly string s_TransparentBackfaceDebugDisplayStr = "TransparentBackfaceDebugDisplay";
public static readonly string s_TransparentDepthPostPassStr = "TransparentDepthPostpass";
public static readonly string s_TransparentDepthPostPassStr = "TransparentDepthPostPass";
public static readonly string s_MetaStr = "Meta";
public static readonly string s_ShadowCasterStr = "ShadowCaster";

正在加载...
取消
保存