This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrorlandia_minetest
/
minetest
Watch
1
Star
0
Fork
1
You've already forked minetest
mirror of
https://github.com/minetest/minetest.git
synced
2024-12-02 04:23:45 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8c56434bd3
minetest
/
client
/
shaders
/
stars_shader
/
opengl_fragment.glsl
7 lines
85 B
Plaintext
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 16:25:41 +01: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 16:25:41 +01:00
}
Reference in New Issue
Copy Permalink