remap bindings

This commit is contained in:
Greg Wells
2025-07-01 12:06:30 -04:00
parent 76e80081fb
commit 7c5c333fa2
6 changed files with 61 additions and 27 deletions

View File

@@ -7,7 +7,7 @@
typedef struct gnPlatformCommandBuffer_t {
id<MTLCommandBuffer> commandBuffer;
id<MTLCommandEncoder> encoder;
struct gnGraphicsPipeline_t* boundGraphcisPipeline;
gnGraphicsPipeline boundGraphcisPipeline;
gnBufferHandle indexBuffer;
} gnPlatformCommandBuffer;