blob: 81c39a82f19dbd1e0f9422589264551ae7598506 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_symbol {
float4 value [[position]];
};
void ignore_51aeb7() {
(void) 1;
}
vertex tint_symbol vertex_main() {
ignore_51aeb7();
tint_symbol const tint_symbol_1 = {.value=float4()};
return tint_symbol_1;
}
fragment void fragment_main() {
ignore_51aeb7();
return;
}
kernel void compute_main() {
ignore_51aeb7();
return;
}