Skip to content

Instantly share code, notes, and snippets.

View veacks's full-sized avatar

Valentin Dubois veacks

  • Plan Net Pulse
  • Barcelona
View GitHub Profile
@veacks
veacks / fragment.glsl
Created January 17, 2022 11:38 — forked from bellbind/fragment.glsl
[webgl2]example for webgl2 (with glsl3)
#version 300 es
precision highp float;
//invariant gl_FragCoord;
uniform Screen {
vec2 wh;
} screen;
uniform Timer {
int count;