This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kjhammerle
/
cube-game-plus-plus
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
237e1993c9
Ramuri
Etichete
exercises
master
cube-game-plus-...
/
resources
/
shader
/
worldShadowFragment.fs
worldShadowFragment.fs
88 B
Istoric
Crud
1
2
3
4
5
6
7
#version 430
out vec4 color;
void main(void) {
color = vec4(1.0, 0.0, 1.0, 1.0);
}