Files
sildurs-vibrant-shaders/shaders/world-1/gbuffers_skytextured.vsh
2025-11-18 08:49:24 +01:00

8 lines
61 B
GLSL

#version 120
void main() {
gl_Position = ftransform();
}