Exemplo n.º 1
0
 internal CommandPool(SharpVk.Device parent, SharpVk.Interop.CommandPool handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
Exemplo n.º 2
0
 public static extern SharpVk.Result vkResetCommandPool(SharpVk.Interop.Device device, SharpVk.Interop.CommandPool commandPool, SharpVk.CommandPoolResetFlags flags);
Exemplo n.º 3
0
 public static extern void vkFreeCommandBuffers(SharpVk.Interop.Device device, SharpVk.Interop.CommandPool commandPool, uint commandBufferCount, SharpVk.Interop.CommandBuffer *commandBuffers);
Exemplo n.º 4
0
 public static extern void vkDestroyCommandPool(SharpVk.Interop.Device device, SharpVk.Interop.CommandPool commandPool, SharpVk.Interop.AllocationCallbacks *allocator);