blob: 01fa6ce71e1fabbbaad387dfbdefe463fa7eb503 [file] [log] [blame]
LoopDawgb22c0692017-12-06 16:52:03 -07001// Test Y negation from entry point out parameter
2
3float4 pos;
4
5void main(out float4 position : SV_Position)
6{
7 position = pos;
8}