resources.shaders.Empty.vert Maven / Gradle / Ivy
The newest version!
#version 120
#pragma include includes/StdLib.vert
in vec4 in_position; //
void main() {
gl_Position = in_position;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy