RetroArch/deps/libvita2d/shader/clear_f.cg

7 lines
77 B
Plaintext

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