aboutsummaryrefslogtreecommitdiff
path: root/Test/implicitArraySize.vert
diff options
context:
space:
mode:
Diffstat (limited to 'Test/implicitArraySize.vert')
-rw-r--r--Test/implicitArraySize.vert8
1 files changed, 0 insertions, 8 deletions
diff --git a/Test/implicitArraySize.vert b/Test/implicitArraySize.vert
deleted file mode 100644
index 93e7495b..00000000
--- a/Test/implicitArraySize.vert
+++ /dev/null
@@ -1,8 +0,0 @@
-#version 460 core
-out float a[];
-out float c[];
-
-void main(){
- a[0] = 0.1;
- c[5] = 0.1;
-} \ No newline at end of file