This website requires JavaScript.
Explore
Help
Sign in
oss
/
luanti
Watch
1
Star
0
Fork
You've already forked luanti
0
mirror of
https://github.com/luanti-org/luanti.git
synced
2025-06-27 16:36:03 +00:00
Code
Wiki
Activity
69c4d742f8
luanti
/
client
/
shaders
/
stars_shader
/
opengl_fragment.glsl
7 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Drop fixed pipeline lighting stuff (#15165)
2024-09-18 12:18:28 +02:00
uniform lowp vec4 materialColor;
Sky: support GLES2 IrrLicht built-in shader is broken, have to write my own
2020-11-22 18:25:41 +03:00
void main(void)
{
Drop fixed pipeline lighting stuff (#15165)
2024-09-18 12:18:28 +02:00
gl_FragColor = materialColor;
Sky: support GLES2 IrrLicht built-in shader is broken, have to write my own
2020-11-22 18:25:41 +03:00
}
Copy permalink