This website requires JavaScript.
Explore
Help
Register
Sign in
makearmy
/
v2026.04.02
Watch
1
Star
0
Fork
You've already forked v2026.04.02
0
mirror of
https://github.com/Abdess/retrobios.git
synced
2026-06-29 05:42:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
a7bcd9b252
v2026.04.02
/
bios
/
Nintendo
/
GameCube
/
Sys
/
Shaders
/
sunset.glsl
6 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
expand bios collection, retrobat at 93% coverage
2026-03-17 11:48:36 +01:00
void main()
{
float4 c0 = Sample();
SetOutput(float4(c0.r * 1.5, c0.g, c0.b * 0.5, c0.a));
}
Reference in a new issue
Copy permalink