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