blob: 02e7bdeb110649916aa31649656d21f146140e53 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float3 subgroupMul_93eccd() {
float3 res = simd_product(float3(1.0f));
return res;
}
fragment void fragment_main(device packed_float3* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = packed_float3(subgroupMul_93eccd());
return;
}
kernel void compute_main(device packed_float3* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = packed_float3(subgroupMul_93eccd());
return;
}