All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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