Class VkQueue

All Implemented Interfaces:
Pointer

public class VkQueue extends Pointer.Default
Wraps a Vulkan queue handle.
  • Constructor Details

    • 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
  • Method Details