resources.shaders.Simple.frag Maven / Gradle / Ivy
The newest version!
#version 120
#pragma include includes/StdLib.frag
in vec2 texcoord;
uniform sampler2D diffuse_sampler;
void main() {
FragColor = texture(diffuse_sampler, texcoord);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy