aboutsummaryrefslogtreecommitdiff
path: root/sketches/02/newton.frag
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-10-29 20:20:25 +0530
committerAkshay Nair <phenax5@gmail.com>2023-10-29 20:20:25 +0530
commited50aedc08afd67b8d9606460d2d5209239ac88c (patch)
tree02264f19aaea8ea0b7c2287f5ae3910a0bd1486e /sketches/02/newton.frag
parentb6ebba87606d180735994d62e2d71c3fbf0b8763 (diff)
downloadcreative-coding-playground-ed50aedc08afd67b8d9606460d2d5209239ac88c.tar.gz
creative-coding-playground-ed50aedc08afd67b8d9606460d2d5209239ac88c.zip
chore: moving stuff around
Diffstat (limited to 'sketches/02/newton.frag')
-rw-r--r--sketches/02/newton.frag5
1 files changed, 5 insertions, 0 deletions
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);
+}
+