This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Diamond/hexworld/res/direct.vs.glsl

8 lines
72 B
GLSL

#version 440
in vec3 v;
void main ()
{
gl_Position = vec4(v, 1);
}