mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 17:53:46 +01:00
cdcf7dca7c
IrrLicht built-in shader is broken, have to write my own
5 lines
70 B
GLSL
5 lines
70 B
GLSL
void main(void)
|
|
{
|
|
gl_Position = mWorldViewProj * inVertexPosition;
|
|
}
|