roleplay/client/shader/hex2.vert

6 lines
64 B
GLSL

#version 450
void main() {
gl_Position = vec4(0, 0, 0, 1);
}