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