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
Gefüllte Taubenbrust 22ba7449f2 Volumetric effects
2024-07-05 12:15:22 +02:00

4 lines
53 B
GLSL

void main(void)
{
gl_Position = inVertexPosition;
}