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