This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cyh
/
acg_exp2
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
645c1a6e14
Ramas
Etiquetas
master
acg_exp2
/
fshader36.glsl
fshader36.glsl
88 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
#version 150
in vec4 color;
out vec4 fColor;
void main()
{
fColor = color;
}