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

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

The newest version!
// $shader_type: fragment

#version 330

out vec4 outputColor;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy