This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glslang
Watch
1
Star
0
Fork
0
You've already forked glslang
mirror of
https://github.com/KhronosGroup/glslang
synced
2024-11-14 13:51:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
827b23b8a1
glslang
/
Test
/
preprocessor.include.disabled.vert
8 lines
90 B
GLSL
Raw
Normal View
History
Unescape
Escape
Use extension framework to enable #include directive. This patch introduces a new extension, GL_GOOGLE_include_directive, to enable support #include directives. It depends on the extension GL_GOOGLE_cpp_style_line_directive.
2015-07-16 21:33:10 +00:00
#line 8000
#include
#include 123
#include "foo"
#include "foo" garbage
#include "no-eol"
Reference in New Issue
Copy Permalink