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

@@ -11,7 +11,6 @@ typedef struct gnSubmitSyncInfo {
gnSemaphoreHandle* signalSemaphores;
uint32_t commandBufferCount;
gnCommandBufferHandle* commandBuffers;
uint32_t queueIndex;
gnFenceHandle fence;
} gnSubmitSyncInfo;