sync primative handles

This commit is contained in:
Greg Wells
2025-06-05 22:19:38 -04:00
parent 4349f76ede
commit d5d339105d
17 changed files with 78 additions and 69 deletions

View File

@@ -4,5 +4,5 @@
typedef struct gnPlatformSemaphore_t {
id<MTLEvent> event;
gnBool eventTriggered;
bool eventTriggered;
} gnPlatformSemaphore;