index
:
github/txtgameengine.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
txtgameengine
/
builtin_res
/
shaders
/
basic
/
fragment.glsl
blob: a9dfa6f1ce01f820cc5a3155eaec26d92f0b0a87 (
plain
)
1
2
3
4
5
6
#version 330 core out vec4 fragColor; void main() { fragColor = vec4(0, 0, 1, 1); }