1
0
鏡像自 https://github.com/luanti-org/luanti.git 已同步 2025-10-27 13:55:19 +01:00
Files
luanti/client/shaders/stars_shader/opengl_vertex.glsl
numzero cdcf7dca7c Sky: support GLES2
IrrLicht built-in shader is broken, have to write my own
2020-11-26 12:49:10 -08:00

5 行
70 B
GLSL

void main(void)
{
gl_Position = mWorldViewProj * inVertexPosition;
}