summaryrefslogtreecommitdiff
path: root/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected
blob: fef4b78decb1e5bf3c4f49531ee13a15552c0142 (plain)
1
2
3
4
5
6
7
result code = -1
standard error = {
(0): warning 32: the stage specified for entry point 'main' ('pixel') does not match the stage implied by the source file name ('vertex')
(0): error 11: the Slang compiler does not support GLSL as a source language
}
standard output = {
}