Exemple #1
0
 public static extern SharpVk.Result vkResetFences(SharpVk.Interop.Device device, uint fenceCount, SharpVk.Interop.Fence *fences);
Exemple #2
0
 public static extern SharpVk.Result vkWaitForFences(SharpVk.Interop.Device device, uint fenceCount, SharpVk.Interop.Fence *fences, Bool32 waitAll, ulong timeout);
Exemple #3
0
 public static extern SharpVk.Result vkCreateFence(SharpVk.Interop.Device device, SharpVk.Interop.FenceCreateInfo *createInfo, SharpVk.Interop.AllocationCallbacks *allocator, SharpVk.Interop.Fence *fence);