aerothemeplasma-kde6/KWin/cpp_effects/kwin-effect-smodsnap-v2/shaders/shader.frag

9 lines
119 B
GLSL
Raw Normal View History

2024-06-13 14:59:18 +00:00
uniform sampler2D sampler;
varying vec2 texcoord0;
void main()
{
gl_FragColor = texture2D(sampler, texcoord0);
}