blob: 56a822d6fef70f6ce1f3e0341fda48253dd7a71f (
plain)
1
2
3
4
5
6
7
8
9
|
// stage-ignored.slang
// Cases where a `-stage` option gets ignored
// because it doesn't apply to any entry point.
// A `-stage` option before any `-entry`, possibly because
// the user is specifying things in the wrong order.
//
//DIAGNOSTIC_TEST:SIMPLE:-stage vertex -entry vsMain -stage fragment -entry psMain
|