blob: 042faeb7f6e757547d4b3ccc7f300be12ff62b73 [file] [log] [blame]
groupshared int3 v;
struct tint_symbol_1 {
uint local_invocation_index : SV_GroupIndex;
};
[numthreads(1, 1, 1)]
void main(tint_symbol_1 tint_symbol) {
const uint local_invocation_index = tint_symbol.local_invocation_index;
{
v = int3(0, 0, 0);
}
GroupMemoryBarrierWithGroupSync();
v;
return;
}