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

game.codecraft-graphics_2.11.0.7.0.source-code.rgb1_fs.glsl Maven / Gradle / Ivy

#version 400

in vec3 fragmentCol;

out vec4 outputCol;


void main() {
    outputCol = vec4(fragmentCol, 1);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy