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
6dfd61cba0
luanti
/
client
/
shaders
/
stars_shader
/
opengl_fragment.glsl
7 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Fix GLES shader precision issues (#14516)
2024-04-05 13:00:10 +02:00
uniform lowp vec4 emissiveColor;
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)
{
VBO-related optimizations and improvements (#14395)
2024-02-19 19:04:20 +01:00
gl_FragColor = emissiveColor;
Sky: support GLES2 IrrLicht built-in shader is broken, have to write my own
2020-11-22 18:25:41 +03:00
}
Copy permalink