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

shader.fragment.glsl Maven / Gradle / Ivy

The newest version!
#version 410

in vec2 outTextureCoordinate;

uniform sampler2D textureSampler0;

out vec4 color;

void main()
{
    color = texture(textureSampler0, outTextureCoordinate);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy