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

shaders.geometry.passthrough.vs Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
void main() {
    gl_FrontColor = gl_Color;
    gl_Position = ftransform();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy