summaryrefslogtreecommitdiff
path: root/tests/reflection/image-types.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/image-types.glsl')
-rw-r--r--tests/reflection/image-types.glsl12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/reflection/image-types.glsl b/tests/reflection/image-types.glsl
deleted file mode 100644
index 9bba69d3d..000000000
--- a/tests/reflection/image-types.glsl
+++ /dev/null
@@ -1,12 +0,0 @@
-//TEST(smoke):REFLECTION:-profile ps_4_0 -target glsl
-
-// Confirm that we expose GLSL `image` types through reflection
-
-layout(rgba32f)
-uniform writeonly imageBuffer iBuffer;
-
-layout(rgba32f)
-uniform writeonly image2D i2D;
-
-void main()
-{}