Ejemplo n.º 1
0
 public VkResult WaitForFences(
     [FromProperty("this")] GenDevice device,
     [CountFor("fences")] int fenceCount,
     [IsArray] GenFence *pFences,
     VkBool32 waitAll,
     ulong timeout)
 => default(VkResult);
Ejemplo n.º 2
0
 public VkResult ResetFences(
     [FromProperty("this")] GenDevice device,
     [CountFor("fences")] int fenceCount,
     [IsArray] GenFence *pFences)
 => default(VkResult);
Ejemplo n.º 3
0
 public VkResult CreateFence(
     [FromProperty("this")] GenDevice device,
     GenFenceCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenFence *pFence)
 => default(VkResult);