const Prelude = `#include <metal_stdlib> using namespace metal; constexpr sampler texture_sampler{filter::nearest};`
func Compile(p *shaderir.Program, vertex, fragment string) (shader string)