Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 2a1542b

Browse files
committed
Fix merge
1 parent ce2b33e commit 2a1542b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Effects/ColorGrading.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public override void Render(PostProcessRenderContext context)
177177
var supportComputeTex3D = SystemInfo.supports3DRenderTextures
178178
&& SystemInfo.supportsComputeShaders
179179
&& context.resources.computeShaders.lut3DBaker != null
180-
&& SystemInfo.graphicsDeviceType != GraphicsDeviceType.OpenGLCore;
180+
&& SystemInfo.graphicsDeviceType != GraphicsDeviceType.OpenGLCore
181181
&& SystemInfo.graphicsDeviceType != GraphicsDeviceType.OpenGLES3;
182182

183183
if (gradingMode == GradingMode.External)

0 commit comments

Comments
 (0)