Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bugfix/glsl-300-shader' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteMasterEric committed May 24, 2023
2 parents 2de1bc1 + c72b219 commit 32cee07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flixel/graphics/tile/FlxGraphicsShader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class FlxGraphicsShader extends GraphicsShader
openfl_ColorOffsetv = colorOffset / 255.0;
openfl_ColorMultiplierv = colorMultiplier;
}
}")
}", true)
@:glFragmentHeader("
uniform bool hasTransform;
uniform bool hasColorTransform;
Expand Down Expand Up @@ -63,7 +63,7 @@ class FlxGraphicsShader extends GraphicsShader
}
return vec4(0.0, 0.0, 0.0, 0.0);
}
")
", true)
@:glFragmentSource("
#pragma header
Expand Down

0 comments on commit 32cee07

Please sign in to comment.