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

game.codecraft-graphics_sjs0.6_2.11.0.7.0.source-code.rgba_pint_fs.glsl Maven / Gradle / Ivy

The newest version!
precision mediump float;

varying vec4 fragmentCol;

uniform float intensity;

void main() {
    gl_FragColor = intensity * fragmentCol;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy