start to redo metal shader compilation

This commit is contained in:
Greg Wells
2025-07-18 20:58:23 -04:00
parent 02240783c3
commit 431436b945
7 changed files with 180 additions and 116 deletions

View File

@@ -0,0 +1,5 @@
#include "metal_shader_compiler.h"
extern "C" const char* mtlCompileShader(const char* src, mtlShaderOptions options) {
return "i hate this BS";
}