Function unity_native_plugin_sys::vkWaitForFences
source ยท pub unsafe extern "system" fn vkWaitForFences(
device: VkDevice,
fenceCount: u32,
pFences: *const VkFence,
waitAll: VkBool32,
timeout: u64,
) -> VkResult