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

shaders.glsl120.basic.frag Maven / Gradle / Ivy

The newest version!
// $shader_type: fragment

#version 120

void main() {
    gl_FragColor = vec4(1, 0, 0, 1);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy