index
:
funhalla.git
this commit
main
OpenGl stuff in odin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
res
/
shaders
/
light_cube.fs
blob: 006695aa604d3acff8c45908fabafe7ceefac338 (
plain
)
1
2
3
4
5
6
7
#version 330 core
out
vec4
FragColor
;
void main
() {
FragColor
=
vec4
(
1.0
);
}