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