mirror of
https://github.com/RPCS3/glslang.git
synced 2026-07-19 22:03:35 -04:00
4b900778c3
Fix #2514.
12 lines
479 B
Plaintext
12 lines
479 B
Plaintext
hlsl.includeNegative.vert
|
|
ERROR: ./foo.h:1: '#error' : should not be included
|
|
ERROR: ./inc2/../foo.h:1: '#error' : should not be included
|
|
ERROR: ./parentBad:3: '#error' : bad parent
|
|
ERROR: hlsl.includeNegative.vert:7: '#error' : in main
|
|
ERROR: hlsl.includeNegative.vert:6: 'declaration' : Expected
|
|
hlsl.includeNegative.vert(8): error at column 0, HLSL parsing failed.
|
|
ERROR: 6 compilation errors. No code generated.
|
|
|
|
|
|
SPIR-V is not generated for failed compile or link
|