blob: 6d8fb3b722d5affca94fc179a7e48e66bb2b6b6f [file] [log] [blame]
float4 main( uniform float4 uClearColor) : COLOR
{
return uClearColor;
}