Merge pull request #2978 from timkrief/patch-2

Remove unnecessary "}"
This commit is contained in:
Rémi Verschelde
2019-12-11 22:03:35 +01:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ the current fragment. As a result, this simple 2D fragment shader:
.. code-block:: glsl
void fragment() {}
void fragment() {
COLOR = textureLod(SCREEN_TEXTURE, SCREEN_UV, 0.0);
}