mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
707c8c1e95
Shader support for OpenGL ES 2 devices (Android) Co-authored-by: sfan5 <sfan5@live.de>
7 lines
75 B
GLSL
7 lines
75 B
GLSL
varying lowp vec4 varColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = varColor;
|
|
}
|