2016-08-01 00:50:13 +02:00

7 lines
86 B
Plaintext

float4 main(
float2 aPosition
) : POSITION
{
return float4(aPosition, 1.f, 1.f);
}