public VkResult AcquireNextImageKHR( [FromProperty("Device")] GenDevice device, [FromProperty("this")] GenSwapchainKHR swapchain, ulong timeout, GenSemaphore semaphore, GenFence fence, [Return] int *pImageIndex) => default(VkResult);
public void DestroySemaphore( [FromProperty("Device")] GenDevice device, [FromProperty("this")] GenSemaphore semaphore, [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator) { }