blob: 0e08f24bd6a31d9433a553998d8b4f6c65e4edf9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float3 subgroupShuffle_1f664c() {
float3 arg_0 = float3(1.0f);
uint arg_1 = 1u;
float3 res = simd_shuffle(arg_0,arg_1);
return res;
}
fragment void fragment_main(device packed_float3* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = packed_float3(subgroupShuffle_1f664c());
return;
}
kernel void compute_main(device packed_float3* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = packed_float3(subgroupShuffle_1f664c());
return;
}