From ed50aedc08afd67b8d9606460d2d5209239ac88c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 29 Oct 2023 20:20:25 +0530 Subject: chore: moving stuff around --- sketches/02/newton.frag | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sketches/02/newton.frag (limited to 'sketches/02/newton.frag') diff --git a/sketches/02/newton.frag b/sketches/02/newton.frag new file mode 100644 index 0000000..9cbf92c --- /dev/null +++ b/sketches/02/newton.frag @@ -0,0 +1,5 @@ + +void main() { + gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0); +} + -- cgit v1.3.1