blob: dbc885362d34fda9662055305de80b6854b49dc4 [file] [log] [blame]
intrinsics/ignore/runtime_array.wgsl:10:5 warning: use of deprecated intrinsic
ignore(s.arr);
^^^^^^
RWByteAddressBuffer s : register(u0, space0);
[numthreads(1, 1, 1)]
void main() {
s;
return;
}