Skip to content

Commit

Permalink
Merge pull request #9255 from skyace65/ShaderLink
Browse files Browse the repository at this point in the history
Fix dead link in shader style guide
  • Loading branch information
mhilbrunner committed Apr 20, 2024
2 parents 6c3d852 + 890e389 commit e585811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/shaders/shaders_style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ discussions, and tutorials. Hopefully, this will also support the development of
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/gles3/shaders/copy.glsl>`__.
guide is inspired by Godot's own GLSL formatting. You can view examples of
GLSL files in Godot's source code
`here <https://github.com/godotengine/godot/blob/master/drivers/gles3/shaders/>`__.

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,
Expand Down

0 comments on commit e585811

Please sign in to comment.