2025-04-05 00:41:25 +03:00

4 lines
54 B
GLSL

vec4 effect() {
return texture(u_screen, v_uv);
}