Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
pgimeno
/
openMSX
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
2
Wiki
Aborescence:
79961210e8
Branches
Tags
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
Historique
Raw
1
2
3
4
5
6
7
8
9
in vec4 v_color;
out vec4 fragColor;
void main()
{
fragColor = v_color;
}