We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718446c commit d7890cdCopy full SHA for d7890cd
Assets/ScriptableRenderLoop/HDRenderLoop/HDRenderLoop.cs
@@ -179,10 +179,12 @@ public override void Build()
179
reflectionProbe = UnityEditor.SupportedRenderingFeatures.ReflectionProbe.Rotation
180
};
181
#endif
182
+ /*
183
previousLightsUseLinearIntensity = UnityEngine.Rendering.GraphicsSettings.lightsUseLinearIntensity;
184
previousLightsUseCCT = UnityEngine.Rendering.GraphicsSettings.lightsUseCCT;
185
UnityEngine.Rendering.GraphicsSettings.lightsUseLinearIntensity = true;
186
UnityEngine.Rendering.GraphicsSettings.lightsUseCCT = true;
187
+ */
188
189
m_CameraColorBuffer = Shader.PropertyToID("_CameraColorTexture");
190
m_CameraDepthBuffer = Shader.PropertyToID("_CameraDepthTexture");
0 commit comments