index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
shaders
/
stars_shader
/
opengl_fragment.glsl
blob: a9ed741bf52cb5c6189961f44039919fb08e7077 (
plain
)
1
2
3
4
5
6
uniform vec4 starColor; void main(void) { gl_FragColor = starColor; }