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