Class VkCommandBuffer

  • All Implemented Interfaces:
    org.lwjgl.system.Pointer

    public class VkCommandBuffer
    extends org.lwjgl.system.Pointer.Default
    Wraps a Vulkan command buffer handle.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer

        org.lwjgl.system.Pointer.Default
    • Field Summary

      • Fields inherited from interface org.lwjgl.system.Pointer

        BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      VkCommandBuffer​(long handle, VkDevice device)
      Creates a VkCommandBuffer using the specified native handle and device.
    • 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
    • Method Detail

      • getDevice

        public VkDevice getDevice()
        Returns the device on which this VkCommandBuffer was created.