glslang/Test/baseResults/preprocessor.include.disabled.vert.err
Nathaniel Cesario b0df68c490 Add support for GL_ARB_shading_language_include
Add support for GL_ARB_shading_language_include. Usage is identical to
the way GL_GOOGLE_include_directive currently works glslang (since
GL_ARB_shading_language_include is inherently a runtime feature and
glslang is an offline compiler).

Users can simulate their runtime environment by using a custom
glslang::TShader::Includer or using filenames that match their GL
runtime names.

Closes #249.
2024-02-27 18:26:46 -05:00

24 lines
1.1 KiB
Plaintext

ERROR: 0:8000: '#include' : required extension not requested: Possible extensions include:
GL_GOOGLE_include_directive
GL_ARB_shading_language_include
ERROR: 0:8000: '#include' : must be followed by a header name
ERROR: 0:8001: '#include' : required extension not requested: Possible extensions include:
GL_GOOGLE_include_directive
GL_ARB_shading_language_include
ERROR: 0:8001: '#include' : must be followed by a header name
ERROR: 0:8002: '#include' : required extension not requested: Possible extensions include:
GL_GOOGLE_include_directive
GL_ARB_shading_language_include
ERROR: 0:8002: '#include' : Could not process include directive for header name: foo
ERROR: 0:8003: '#include' : required extension not requested: Possible extensions include:
GL_GOOGLE_include_directive
GL_ARB_shading_language_include
ERROR: 0:8003: '#include' : extra content after header name: foo
ERROR: 0:8004: '#include' : required extension not requested: Possible extensions include:
GL_GOOGLE_include_directive
GL_ARB_shading_language_include
ERROR: 0:8004: '#include' : expected newline after header name: no-eol
ERROR: 10 compilation errors. No code generated.