Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
pgimeno
/
openMSX
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
2
Wiki
Puu:
79961210e8
Branchit
Tagit
latest-non-c++17
master
pg-ax150-additional-rom
pg-c++17
pg-coleco-init-fix
pg-fix-autorun
pg-fix-autorun-1
pg-handle-scancodes
v0.15.0
v0.15.0-sdl2
openMSX
/
share
/
shaders
/
fill.frag
fill.frag
77 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
in vec4 v_color;
out vec4 fragColor;
void main()
{
fragColor = v_color;
}