Example #1
0
 internal Semaphore(SharpVk.Device parent, SharpVk.Interop.Semaphore handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
Example #2
0
 public static extern void vkDestroySemaphore(SharpVk.Interop.Device device, SharpVk.Interop.Semaphore semaphore, SharpVk.Interop.AllocationCallbacks *allocator);