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,9 @@
#pragma once
#include "stdint.h"
#include "stdlib.h"
typedef struct mtlShaderOptions {
} mtlShaderOptions;
const char* mtlCompileShader(uint32_t* code, size_t size, mtlShaderOptions* options);