Skip to content

Commit 946fc52

Browse files
authored
Merge pull request godotengine#8694 from seadylan/patch-1
Fixed unordered list markup in "Converting GLSL to Godot shaders"
2 parents a63a33a + 83cad83 commit 946fc52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/shaders/converting_glsl_to_godot_shaders.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Macros
7575
^^^^^^
7676

7777
The :ref:`Godot shader preprocessor<doc_shader_preprocessor>` supports the following macros:
78+
7879
* ``#define`` / ``#undef``
7980
* ``#if``, ``#elif``, ``#else``, ``#endif``, ``defined()``, ``#ifdef``, ``#ifndef``
8081
* ``#include`` (only ``.gdshaderinc`` files and with a maximum depth of 25)

0 commit comments

Comments
 (0)