index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
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; }