1 2 3 4 5 6 7 8 9 10 11
// packoffset.slang //DIAGNOSTIC_TEST:SIMPLE:-target hlsl // use of `packoffset` (not supported): cbuffer B { float4 x : packoffset(c0); } void main() {}