We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e6a5f commit 57a1bceCopy full SHA for 57a1bce
tutorials/shaders/shader_reference/shader_preprocessor.rst
@@ -36,7 +36,7 @@ General syntax
36
- Preprocessor directives **never** end with semicolons (with the exception of ``#define``,
37
where this is allowed but potentially dangerous).
38
- Preprocessor directives can span several lines by ending each line with a
39
- blackslash (``\``). The first line break *not* featuring a backslash will end
+ backslash (``\``). The first line break *not* featuring a backslash will end
40
the preprocessor statement.
41
42
#define
0 commit comments