summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/450.comp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/450.comp')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/450.comp6
1 files changed, 0 insertions, 6 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/450.comp b/3rdparty/bgfx/3rdparty/glslang/Test/450.comp
deleted file mode 100644
index fb2b56a771f..00000000000
--- a/3rdparty/bgfx/3rdparty/glslang/Test/450.comp
+++ /dev/null
@@ -1,6 +0,0 @@
-#version 450 core
-layout(local_size_x = 0) in; // ERROR, 0 not allowed
-void main()
-{
- shared float f; // ERROR shared must be global
-}