Skip to content

Instantly share code, notes, and snippets.

View Ruberald's full-sized avatar

Sajid Ruberald

View GitHub Profile
@Ruberald
Ruberald / shader.frag
Created September 14, 2023 05:52
cool shader, what does it do?
#ifdef GL_ES
precision mediump float;
#endif
uniform vec2 u_resolution;
uniform vec2 u_mouse;
uniform float u_time;
float factor_x;
float factor_y;