summaryrefslogtreecommitdiff
path: root/test.shader
diff options
context:
space:
mode:
Diffstat (limited to 'test.shader')
-rw-r--r--test.shader10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.shader b/test.shader
new file mode 100644
index 0000000..4b79a8d
--- /dev/null
+++ b/test.shader
@@ -0,0 +1,10 @@
+point a, b;
+double n;
+
+n = 1;
+n;
+
+a + b;
+a * n;
+n * b;
+n * n;