| // |
| // fragment_main |
| // |
| #include <metal_stdlib> |
| |
| using namespace metal; |
| float3 quadBroadcast_0cc513() { |
| float3 arg_0 = float3(1.0f); |
| float3 res = quad_broadcast(arg_0,1u); |
| return res; |
| } |
| |
| fragment void fragment_main(device packed_float3* tint_symbol [[buffer(0)]]) { |
| *(tint_symbol) = packed_float3(quadBroadcast_0cc513()); |
| return; |
| } |
| |
| // |
| // compute_main |
| // |
| #include <metal_stdlib> |
| |
| using namespace metal; |
| float3 quadBroadcast_0cc513() { |
| float3 arg_0 = float3(1.0f); |
| float3 res = quad_broadcast(arg_0,1u); |
| return res; |
| } |
| |
| kernel void compute_main(device packed_float3* tint_symbol [[buffer(0)]]) { |
| *(tint_symbol) = packed_float3(quadBroadcast_0cc513()); |
| return; |
| } |
| |