constantbuffer-forbidden-context-arg.azsl 111 B

1234
  1. struct S{};
  2. void func(ConstantBuffer<S> arg) // #EC 512 'impossible to use ConstantBuffer in that context'
  3. {
  4. }