Class VkCommandBuffer

  • All Implemented Interfaces:
    Pointer


    public class VkCommandBuffer
    extends DispatchableHandle
    Wraps a Vulkan command buffer handle.
    • Constructor Detail

      • VkCommandBuffer

        public VkCommandBuffer(long handle,
                               VkDevice device)
        Creates a VkCommandBuffer using the specified native handle and device.
        Parameters:
        handle - the native VkCommandBuffer handle
        device - the device on which the command buffer was created