struct S { /* 0x0000 */ int a; }; ConstantBuffer v : register(b0, space0); [numthreads(1, 1, 1)] void main() { const int use = (v.a + 1); return; }