public void FreeCommandBuffers( [FromProperty("Device")] GenDevice device, [FromProperty("this")] GenCommandPool commandPool, [CountFor("commandBuffers")] int commandBufferCount, [IsArray] GenCommandBuffer *pCommandBuffers) { }
public void DestroyCommandPool( [FromProperty("Device")] GenDevice device, [FromProperty("this")] GenCommandPool commandPool, [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator) { }
public VkResult ResetCommandPool( [FromProperty("Device")] GenDevice device, [FromProperty("this")] GenCommandPool commandPool, VkCommandPoolResetFlags flags) => default(VkResult);