This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kjhammerle
/
cube-game-plus-plus
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
3e5c72059c
Rami (Branch)
Tag
exercises
master
cube-game-plus-...
/
resources
/
shader
/
worldShadowFragment.fs
worldShadowFragment.fs
88 B
Cronologia
Originale
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);
}