glslang/Test/preprocessor.include.disabled.vert
John Kessenich affc26674d PP: Recognize <> style #include header names. I.e., #include <header-name>.
Also correctly test and handle missing newline.
2017-01-03 11:05:16 -07:00

6 lines
88 B
GLSL

#line 8000
#include
#include 123
#include "foo"
#include "foo" garbage
#include "no-eol"