Class VkExternalComputeQueueNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.vulkan.VkExternalComputeQueueNV
All Implemented Interfaces:
Pointer

public class VkExternalComputeQueueNV extends Pointer.Default
Wraps a Vulkan external compute queue handle (VK_NV_external_compute_queue).
  • Constructor Details

    • VkExternalComputeQueueNV

      public VkExternalComputeQueueNV(long handle, VkDevice device)
      Creates a VkExternalComputeQueueNV using the specified native handle and device.
      Parameters:
      handle - the native VkExternalComputeQueueNV handle
      device - the device from which the external compute queue was retrieved
  • Method Details