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

resources.shaders.deprecated.Border.frag Maven / Gradle / Ivy

The newest version!
#include StdLib.frag

in float alpha;

uniform vec3 color = vec3(0.);

void main() {
    // Set the fragment color for example to gray, alpha 1.0
    FragColor = vec4(color, alpha);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy