#include <metal_stdlib>
using namespace metal;
vertex float4 vertex_main() {
return float4(0);
}
fragment float4 fragment_main() {