index
:
ar-projet.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shaders
/
line.frag
blob: ba83ada9174664558783c87512ff28b51a6222f9 (
plain
)
1
2
3
4
5
uniform
vec3
color
;
void
main
()
{
gl_FragColor
=
vec4
(
color
,
1
);
}