aerothemeplasma/kwin/effects_cpp/kwin-effect-smodsnap-v2/shaders/shader.frag

9 lines
119 B
GLSL
Raw Permalink Normal View History

2024-08-09 01:20:25 +00:00
uniform sampler2D sampler;
varying vec2 texcoord0;
void main()
{
gl_FragColor = texture2D(sampler, texcoord0);
}