bevy/crates/glsl-to-spirv/glslang/Test/preprocessor.line.frag

4 lines
59 B
GLSL

#version 310 es
#line 1 2
#pragma something
void main() {}