summaryrefslogtreecommitdiffstats
path: root/shader/null.vert
diff options
context:
space:
mode:
Diffstat (limited to 'shader/null.vert')
-rw-r--r--shader/null.vert3
1 files changed, 3 insertions, 0 deletions
diff --git a/shader/null.vert b/shader/null.vert
new file mode 100644
index 0000000..fab2170
--- /dev/null
+++ b/shader/null.vert
@@ -0,0 +1,3 @@
+void main() {
+ gl_Position = ftransform();
+}