Пример #1
0
 public void Wait(ulong timeout = ~0ul)
 {
     Vulkan.vkWaitForFences(Vulkan.device, this, false, timeout);
 }