blob: 8a863c429ffe6a3bf269437aebaa9b991e13d038 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half quadBroadcast_78129b() {
half arg_0 = 1.0h;
half res = quad_broadcast(arg_0,1);
return res;
}
fragment void fragment_main(device half* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = quadBroadcast_78129b();
return;
}
kernel void compute_main(device half* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = quadBroadcast_78129b();
return;
}