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

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

The newest version!
#version 400

out vec4 outputCol;


void main () {
    outputCol = vec4(1.0, 0.0, 0.0, 0.0);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy