1
0
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:
import
2024-03-21 20:13:15 +01:00
committed by sfan5
parent a7908da968
commit f638482fba
349 changed files with 109124 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#version 100
precision mediump float;
/* Varyings */
varying vec4 vVertexColor;
void main()
{
gl_FragColor = vVertexColor;
}