![JAR search and dependency download from the Maven repository](/logo.png)
de.lessvoid.coregl.plain-texture.fs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coregl-utils Show documentation
Show all versions of coregl-utils Show documentation
simple utility methods to make life with OpenGL core profile simpler
The newest version!
#version 150 core
uniform sampler2D uTexture;
in vec2 vUV;
out vec4 color;
void main() {
color = texture(uTexture, vUV);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy