From d52376a65f37fcbbb67428b917fd3819436b6dfb Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 2 May 2023 20:29:38 -0700 Subject: Various dxc/fxc compatibility fixes. (#2863) * Various dxc/fxc compatibility fixes. * Cleanup. * Fix test cases. * Fix comments. --------- Co-authored-by: Yong He --- tests/diagnostics/packoffset.slang | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/diagnostics/packoffset.slang (limited to 'tests/diagnostics/packoffset.slang') 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 -- cgit v1.2.3