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