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

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

The newest version!
void main(){
    outColor = texture2D(textureMap,texCoord);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy