mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-28 06:05:18 +01:00
Copy irrlichtmt to <root>/irr/
This commit is contained in:
11
irr/media/Shaders/Renderer2D_noTex.fsh
Normal file
11
irr/media/Shaders/Renderer2D_noTex.fsh
Normal file
@@ -0,0 +1,11 @@
|
||||
#version 100
|
||||
|
||||
precision mediump float;
|
||||
|
||||
/* Varyings */
|
||||
varying vec4 vVertexColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = vVertexColor;
|
||||
}
|
||||
Reference in New Issue
Block a user