mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 01:02:15 +00:00
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
float4 main(
|
|
uniform float4 uClearColor
|
|
) : COLOR
|
|
{
|
|
return uClearColor;
|
|
}
|