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

Common.MatDefs.ShaderNodes.Basic.alphaDiscard.frag Maven / Gradle / Ivy

The newest version!
void main(){
    if( alpha <= threshold )discard;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy