MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / createSemaphores

Function createSemaphores

deps/SDL2/test/testvulkan.c:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581static void createSemaphores(void)
582{
583 createSemaphore(&vulkanContext.imageAvailableSemaphore);
584 createSemaphore(&vulkanContext.renderingFinishedSemaphore);
585}
586
587static void getSurfaceCaps(void)
588{

Callers 1

initVulkanFunction · 0.85

Calls 1

createSemaphoreFunction · 0.85

Tested by

no test coverage detected