import support of instance debug messages

This commit is contained in:
Greg Wells
2025-05-23 09:45:18 -04:00
parent 4489a530c0
commit 68eb59b6f6
9 changed files with 200 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
struct GLFWwindow;
struct gnPlatformInstance {
typedef struct gnPlatformInstance_t {
NS::View* metalContentView;
MTL::RenderPipelineState* framebufferRenderer, *testSquareRenderer;
};
} gnPlatformInstance;