blob: 59322acda08827a2419af6545e74fbef753bde78 [file] [log] [blame]
John Kessenich2ead40f2018-04-17 17:44:11 -06001void main(out float4 fragColor : SV_TARGET0)
2{
3 fragColor = 1;
4}
5
6