mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Cleanup selection mesh code, add shaders for halo and selection boxes
This commit is contained in:
4
client/shaders/default_shader/opengl_fragment.glsl
Normal file
4
client/shaders/default_shader/opengl_fragment.glsl
Normal file
@@ -0,0 +1,4 @@
|
||||
void main(void)
|
||||
{
|
||||
gl_FragColor = gl_Color;
|
||||
}
|
Reference in New Issue
Block a user