MCPcopy Create free account
hub / github.com/defold/defold / SynchronizeDevice

Function SynchronizeDevice

engine/graphics/src/vulkan/graphics_vulkan_private.h:616–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 void OnWindowFocus(int focus);
615
616 static inline void SynchronizeDevice(VkDevice vk_device)
617 {
618 vkDeviceWaitIdle(vk_device);
619 }
620
621 // Implemented per supported platform
622 const char** GetExtensionNames(uint16_t* num_extensions);

Callers 2

VulkanCloseWindowFunction · 0.85
SwapChainChangedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected