6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
#include "metal_shader_compiler.h"
|
|
|
|
extern "C" const char* mtlCompileShader(const char* src, mtlShaderOptions options) {
|
|
return "i hate this BS";
|
|
}
|