starting on snippets folder keeping track of my thoughts since i lost my

thing
This commit is contained in:
2024-06-15 21:21:08 +02:00
parent a5f5e757ef
commit dc3c76bd1f
3 changed files with 17 additions and 2 deletions

View File

@@ -6,8 +6,6 @@ uniform float u_time;
uniform vec2 u_resolution;
uniform vec2 u_mouse;
vec4 col() {
vec2 st = gl_FragCoord.xy/u_resolution;
vec2 mt = u_mouse/u_resolution;