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