mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
e7e081bda9
Fixes #1295. Tokens that are accepted by any version of HLSL or GLSL should be allowed when #ifdef'd off, such that errors are not reported.
15 lines
146 B
GLSL
15 lines
146 B
GLSL
#version 110
|
|
|
|
#if 0
|
|
3.5L
|
|
3.5h
|
|
2034h
|
|
1.#INF
|
|
0x1234567812345L
|
|
12323394203923879234L
|
|
0123s;
|
|
123s;
|
|
0123456712345671234L
|
|
"string"
|
|
#endif
|