summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/entry-point-stage-mismatch.slang
blob: caa8d3e4bb26fa139ab92e83e968dfe6aa8152a6 (plain)
1
2
3
4
5
6
7
8
9
10
// entry-point-stage-mismatch.slang

// Confirm that we diagnose when stage specified via command
// line doesn't match what was specified via attribute.

//DIAGNOSTIC_TEST:SIMPLE:-entry main -stage vertex

[shader("compute")]
void main()
{}