2025-05-09 15:31:04 +03:00

4 lines
54 B
GLSL

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