Merge pull request #6941 from Calinou/remove-gles2-references

Remove references to removed GLES2 backend
This commit is contained in:
Max Hilbrunner
2023-03-13 02:07:08 +01:00
committed by GitHub
14 changed files with 83 additions and 120 deletions

View File

@@ -11,7 +11,7 @@ auto-formatting tools.
Since the Godot shader language is close to C-style languages and GLSL, this
guide is inspired by Godot's own GLSL formatting. You can view an example of a
GLSL file in Godot's source code
`here <https://github.com/godotengine/godot/blob/master/drivers/gles2/shaders/copy.glsl>`__.
`here <https://github.com/godotengine/godot/blob/master/drivers/gles3/shaders/copy.glsl>`__.
Style guides aren't meant as hard rulebooks. At times, you may not be able to
apply some of the guidelines below. When that happens, use your best judgment,