blob: 6bb67482c84c7c51e637f1a252f1185850d94fee [file] [log] [blame]
groupshared float4 S;
float4 func_S() {
return S;
}
struct tint_symbol_1 {
uint local_invocation_index : SV_GroupIndex;
};
void main_inner(uint local_invocation_index) {
{
S = (0.0f).xxxx;
}
GroupMemoryBarrierWithGroupSync();
float4 r = func_S();
}
[numthreads(1, 1, 1)]
void main(tint_symbol_1 tint_symbol) {
main_inner(tint_symbol.local_invocation_index);
return;
}