blob: 8622b5060e167bc09103a60889e907b8c8bb63fb [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int3 subgroupShuffle_824702() {
int3 arg_0 = int3(1);
int arg_1 = 1;
int3 res = simd_shuffle(arg_0,arg_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;
}