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 DestroyFence(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenFence fence,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Ejemplo n.º 3
0
 public VkResult GetFenceStatus(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenFence fence)
 => default(VkResult);
Ejemplo n.º 4
0
 public VkResult QueueSubmit(
     [FromProperty("this")] GenQueue queue,
     [CountFor("submits")] int submitCount,
     [IsArray] GenSubmitInfo *pSubmits,
     GenFence fence)
 => default(VkResult);
Ejemplo n.º 5
0
 public VkResult QueueBindSparse(
     [FromProperty("this")] GenQueue queue,
     [CountFor("bindInfo")] int bindInfoCount,
     [IsArray] GenBindSparseInfo *pBindInfo,
     GenFence fence)
 => default(VkResult);