Files
Gryphn/projects/apis/metal/src/shader_module/metal_shader_compiler.mm
2025-07-18 20:58:23 -04:00

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";
}