blob: c8411a4d2fed5efc60d649c1f6c5da4132dc5595 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half3 quadBroadcast_796753() {
half3 arg_0 = half3(1.0h);
half3 res = quad_broadcast(arg_0,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;
}