blob: 01fa6ce71e1fabbbaad387dfbdefe463fa7eb503 [file] [log] [blame]
// Test Y negation from entry point out parameter
float4 pos;
void main(out float4 position : SV_Position)
{
position = pos;
}