mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-14 13:51:04 +00:00
8 lines
144 B
GLSL
8 lines
144 B
GLSL
|
#extension GL_GOOGLE_include_directive : enable
|
||
|
#line 8000
|
||
|
#include
|
||
|
#include 123
|
||
|
#include "foo"
|
||
|
#include "foo" garbage
|
||
|
#include "no-eol"
|