start to redo metal shader compilation
This commit is contained in:
@@ -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);
|
Reference in New Issue
Block a user