浏览代码

HDRP integration

/main
Thomas 7 年前
当前提交
d9eda761
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 3
      ScriptableRenderPipeline/HDRenderPipeline/HDCustomSamplerId.cs
  2. 5
      ScriptableRenderPipeline/HDRenderPipeline/HDRenderPipeline.cs

3
ScriptableRenderPipeline/HDRenderPipeline/HDCustomSamplerId.cs


TPDisplayShadows,
TPRenderDeferredLighting,
// Misc
VolumeUpdate,
Max
}
}

5
ScriptableRenderPipeline/HDRenderPipeline/HDRenderPipeline.cs


else
{
m_CurrentDebugDisplaySettings = m_DebugDisplaySettings;
using (new ProfilingSample(cmd, "Volume Update", GetSampler(CustomSamplerId.VolumeUpdate)))
{
VolumeManager.instance.Update(camera.transform, -1);
}
}
ApplyDebugDisplaySettings(cmd);

正在加载...
取消
保存