hlsl.localStructuredBuffer.comp 96 B

1234
  1. RWStructuredBuffer<uint> srt0;
  2. void main() {
  3. RWStructuredBuffer<uint> srt0Local = srt0;
  4. }