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

com.ardor3d.example.media.shaders.geometryBasic.frag.glsl Maven / Gradle / Ivy

varying vec4 color;
void main (void) 
{
    gl_FragColor = color;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy