1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00
luanti/client/shaders/coarse_noise_shader/opengl_vertex.glsl

5 lines
53 B
Text
Raw Normal View History

2024-07-05 12:15:22 +02:00
void main(void)
{
gl_Position = inVertexPosition;
}