[Flint] adding binary semaphores
Test / build_and_test (push) Successful in 5m0s
Build / build (push) Successful in 7m28s

This commit is contained in:
2026-07-14 00:29:42 +02:00
parent b3c4248cae
commit 1640013546
3 changed files with 175 additions and 41 deletions
+2 -2
View File
@@ -521,7 +521,7 @@ vkCreatePipelineLayout | ⚙️ WIP
vkCreateQueryPool | ⚙️ WIP
vkCreateRenderPass | ⚙️ WIP
vkCreateSampler | ⚙️ WIP
vkCreateSemaphore | ⚙️ WIP
vkCreateSemaphore | ✅ Implemented
vkCreateShaderModule | ⚙️ WIP
vkCreateSwapchainKHR | ⚙️ WIP
vkCreateWaylandSurfaceKHR | ⚙️ WIP
@@ -546,7 +546,7 @@ vkDestroyPipelineLayout | ⚙️ WIP
vkDestroyQueryPool | ⚙️ WIP
vkDestroyRenderPass | ⚙️ WIP
vkDestroySampler | ⚙️ WIP
vkDestroySemaphore | ⚙️ WIP
vkDestroySemaphore | ✅ Implemented
vkDestroyShaderModule | ⚙️ WIP
vkDestroySurfaceKHR | ⚙️ WIP
vkDestroySwapchainKHR | ⚙️ WIP