finish cross compiliation to GLSL

This commit is contained in:
Gregory Wells
2025-08-12 22:40:06 -04:00
parent 23f46385fe
commit 3f7b0737d7
5 changed files with 46 additions and 13 deletions

View File

@@ -4,8 +4,8 @@
#include "utils/gryphn_cpp_function.h"
#include <core/src/uniforms/gryphn_uniform_layout.h>
#define MAX_METAL_SETS 32
#define MAX_METAL_BINDINGS 16
#define MAX_METAL_SETS 16
#define MAX_METAL_BINDINGS 32
typedef struct mtlCompiler_t* mtlCompiler;