blob: ec43b36d7bbd4bcf044d0fc0ae22cbe731451632 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void round_a1673d() {
float3 res = float3(4.0f);
}
vertex float4 vertex_main() {
round_a1673d();
return float4(0.0f);
}
fragment void fragment_main() {
round_a1673d();
}
kernel void compute_main() {
round_a1673d();
}