mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-23 11:19:40 +00:00
65a7fb7054
- Add support of SPIR-V execution mode qualifiers. - Add support of SPIR-V storage class qualifier. - Add support of SPIR-V decorate qualifiers. - Add support of SPIR-V type specifier. - Add support of SPIR-V intruction qualifiers. - Add support of spirv_by_reference/spirv_literal parameter qualifier. - Add shader stage macros introduced by this extension.
28 lines
815 B
Plaintext
28 lines
815 B
Plaintext
cppBad.vert
|
|
WARNING: 0:1: '#define' : missing space after macro name
|
|
ERROR: 0:3: 'preprocessor evaluation' : bad expression
|
|
ERROR: 0:3: '#if' : unexpected tokens following directive
|
|
ERROR: 0:6: 'string' : End of line in string
|
|
ERROR: 0:6: 'string literal' : required extension not requested: Possible extensions include:
|
|
GL_EXT_debug_printf
|
|
GL_EXT_spirv_intrinsics
|
|
ERROR: 0:6: '' : syntax error, unexpected INT, expecting COMMA or SEMICOLON
|
|
ERROR: 5 compilation errors. No code generated.
|
|
|
|
|
|
Shader version: 100
|
|
ERROR: node is still EOpNull!
|
|
0:? Linker Objects
|
|
0:? 'n' ( global highp int)
|
|
|
|
|
|
Linked vertex stage:
|
|
|
|
ERROR: Linking vertex stage: Missing entry point: Each stage requires one entry point
|
|
|
|
Shader version: 100
|
|
ERROR: node is still EOpNull!
|
|
0:? Linker Objects
|
|
0:? 'n' ( global highp int)
|
|
|