blob: 71b3b48127bd8d112fbb71f81656200a08932ee7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half3 subgroupShuffleUp_868e52() {
half3 res = simd_shuffle_up(half3(1.0h),1u);
return res;
}
fragment void fragment_main(device packed_half3* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = packed_half3(subgroupShuffleUp_868e52());
return;
}
kernel void compute_main(device packed_half3* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = packed_half3(subgroupShuffleUp_868e52());
return;
}