7 lines
77 B
Plaintext
Raw Normal View History

2016-08-01 00:43:38 +02:00
float4 main(
uniform float4 uClearColor
) : COLOR
{
return uClearColor;
}