start to redo metal shader compilation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include "metal_shader_compiler.h"
|
||||
|
||||
extern "C" const char* mtlCompileShader(const char* src, mtlShaderOptions options) {
|
||||
return "i hate this BS";
|
||||
}
|
Reference in New Issue
Block a user