aerothemeplasma-kde6/KWin/cpp_effects/kwin-effect-smodsnap-v2/shaders/shader.frag
2024-06-13 16:59:18 +02:00

8 lines
119 B
GLSL
Executable file

uniform sampler2D sampler;
varying vec2 texcoord0;
void main()
{
gl_FragColor = texture2D(sampler, texcoord0);
}