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