mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-13 21:50:06 +00:00
63204c2501
Any previous use would only be for "", which would probably mean changing include(...) -> includeLocal(...) See comments about includeLocal() being an additional search over includeSystem(), not a superset search. This also removed ForbidIncluder, as - the message in ForbidIncluder was redundant: error results were already returned to the caller, which then gives the error it wants to - there is a trivial default implementation that a subclass can override any subset of (I still like abstract base classes though) - trying to get less implementation out of the interface file anyway
14 lines
849 B
Plaintext
14 lines
849 B
Plaintext
ERROR: 0:8000: '#include' : required extension not requested: GL_GOOGLE_include_directive
|
|
ERROR: 0:8000: '#include' : must be followed by a header name
|
|
ERROR: 0:8001: '#include' : required extension not requested: GL_GOOGLE_include_directive
|
|
ERROR: 0:8001: '#include' : must be followed by a header name
|
|
ERROR: 0:8002: '#include' : required extension not requested: GL_GOOGLE_include_directive
|
|
ERROR: 0:8002: '#include' : Could not process include directive for header name: foo
|
|
ERROR: 0:8003: '#include' : required extension not requested: GL_GOOGLE_include_directive
|
|
ERROR: 0:8003: '#include' : extra content after header name: foo
|
|
ERROR: 0:8004: '#include' : required extension not requested: GL_GOOGLE_include_directive
|
|
ERROR: 0:8004: '#include' : expected newline after header name: no-eol
|
|
ERROR: 10 compilation errors. No code generated.
|
|
|
|
|