Class VkQueue

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

    public class VkQueue
    extends org.lwjgl.system.Pointer.Default
    Wraps a Vulkan queue 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
      VkQueue​(long handle, VkDevice device)
      Creates a VkQueue using the specified native handle and device.
    • Constructor Detail

      • VkQueue

        public VkQueue​(long handle,
                       VkDevice device)
        Creates a VkQueue using the specified native handle and device.
        Parameters:
        handle - the native VkQueue handle
        device - the device from which the queue was retrieved