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

resources.shaders.deprecated.ScreenQuad.frag Maven / Gradle / Ivy

The newest version!
#version 120
#include StdLib.frag

in vec2 texcoord;
in vec3 normal;

uniform sampler2D diffuse_sampler;

void main() {
    FragColor = tex(diffuse_sampler, texcoord);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy