summaryrefslogtreecommitdiff
path: root/tests/diagnostics/packoffset.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/packoffset.slang')
-rw-r--r--tests/diagnostics/packoffset.slang11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/diagnostics/packoffset.slang b/tests/diagnostics/packoffset.slang
deleted file mode 100644
index b5669c410..000000000
--- a/tests/diagnostics/packoffset.slang
+++ /dev/null
@@ -1,11 +0,0 @@
-// packoffset.slang
-//DIAGNOSTIC_TEST:SIMPLE:-target hlsl
-
-// use of `packoffset` (not supported):
-cbuffer B
-{
- float4 x : packoffset(c0);
-}
-
-void main()
-{} \ No newline at end of file