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

7 lines
77 B
Plaintext

float4 main(
uniform float4 uClearColor
) : COLOR
{
return uClearColor;
}