blob: e510d811cbcb07d6e2190991a4a0d542a7a5738f (
plain)
1
2
3
4
5
6
7
8
|
// pass-through-no-stage.hlsl
// Trying to compile in `-pass-through` mode without
// specifying a stage is an error, because the downstream
// compilers don't support inferring the stage from
// an attribute.
//DIAGNOSTIC_TEST:SIMPLE:-pass-through fxc -entry main
|