コード例 #1
0
 public VkResult AcquireNextImageKHR(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSwapchainKHR swapchain,
     ulong timeout,
     GenSemaphore semaphore,
     GenFence fence,
     [Return] int *pImageIndex)
 => default(VkResult);
コード例 #2
0
 public void DestroySwapchainKHR(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSwapchainKHR swapchain,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
コード例 #3
0
 public VkResult GetSwapchainImagesKHR(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSwapchainKHR swapchain,
     [ReturnSize] int *pSwapchainImageCount,
     [Return, IsArray] GenImage *pSwapchainImages)
 => default(VkResult);