aboutsummaryrefslogtreecommitdiff
path: root/Test/implicitArraySize2.geom
diff options
context:
space:
mode:
Diffstat (limited to 'Test/implicitArraySize2.geom')
-rw-r--r--Test/implicitArraySize2.geom8
1 files changed, 0 insertions, 8 deletions
diff --git a/Test/implicitArraySize2.geom b/Test/implicitArraySize2.geom
deleted file mode 100644
index 0bb65cd4..00000000
--- a/Test/implicitArraySize2.geom
+++ /dev/null
@@ -1,8 +0,0 @@
-#version 460 core
-
-in float g[][3];
-out float o[];
-
-void f(){
- o[1] = g[1][1];
-} \ No newline at end of file