summaryrefslogtreecommitdiff
path: root/tests/examplefiles/glsl/glsl.frag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/glsl/glsl.frag')
-rw-r--r--tests/examplefiles/glsl/glsl.frag6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examplefiles/glsl/glsl.frag b/tests/examplefiles/glsl/glsl.frag
index 6033a078..6f4befab 100644
--- a/tests/examplefiles/glsl/glsl.frag
+++ b/tests/examplefiles/glsl/glsl.frag
@@ -1,5 +1,11 @@
/* Fragment shader */
+// Macro inside a single-line comment: #define COMMENT_MACRO 1
+
+/* Macro inside a block comment: #define COMMENT_MACRO 2 */
+
+ # define INDENTED_MACRO 5.0
+
#define SINGLELINE_MACRO 10.0
#define MULTILINE_MACRO(a, b) vec2( \