Package org.lwjgl.vulkan
Class VkQueue
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.vulkan.VkQueue
-
- All Implemented Interfaces:
org.lwjgl.system.Pointer
public class VkQueue extends org.lwjgl.system.Pointer.Default
Wraps a Vulkan queue handle.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VKCapabilitiesDevice
getCapabilities()
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.VkDevice
getDevice()
Returns the device from which thisVkQueue
was retrieved.
-
-
-
Constructor Detail
-
VkQueue
public VkQueue(long handle, VkDevice device)
Creates aVkQueue
using the specified native handle and device.- Parameters:
handle
- the nativeVkQueue
handledevice
- the device from which the queue was retrieved
-
-
Method Detail
-
getDevice
public VkDevice getDevice()
Returns the device from which thisVkQueue
was retrieved.
-
getCapabilities
public VKCapabilitiesDevice getCapabilities()
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.
-
-