blob: afdf0c016bb39758868462aacf5f468036dc66c2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float2 quadBroadcast_cfbf48() {
float2 res = quad_broadcast(float2(1.0f),1);
return res;
}
fragment void fragment_main(device float2* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = quadBroadcast_cfbf48();
return;
}
kernel void compute_main(device float2* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = quadBroadcast_cfbf48();
return;
}