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