blob: c90478ad13acda94440bf0d568ff767fc9cc3a9c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int3 subgroupShuffle_824702() {
int3 res = simd_shuffle(int3(1),1);
return res;
}
fragment void fragment_main(device packed_int3* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = packed_int3(subgroupShuffle_824702());
return;
}
kernel void compute_main(device packed_int3* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = packed_int3(subgroupShuffle_824702());
return;
}