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