M
Size: a a a
M
ЗП
AK
regardless statement will probably not be used in most cases but exists to handle a specific case in SPIR-V. If you have an OpBranchConditional where both targets are the same block.»AK
const a : i32 = 2;
var i : i32 = 0; <1>
loop () {
break if (i >= 4);
a = a * 2;
continuing { <2>
i = i + 1;
}
}
Зачем тут вообще нужен «continuing»?M
M
const a : i32 = 2;
var i : i32 = 0; <1>
loop () {
break if (i >= 4);
a = a * 2;
continuing { <2>
i = i + 1;
}
}
Зачем тут вообще нужен «continuing»?M
λ
M
M
PS
PS
M
M
PS
M
EM

EM
EM
PS