Package org.lwjgl.vulkan
Class VkQueue
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.vulkan.DispatchableHandle
-
- org.lwjgl.vulkan.VkQueue
-
- All Implemented Interfaces:
- Pointer
public class VkQueue extends DispatchableHandle
Wraps a Vulkan queue handle.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Method Summary
-
Methods inherited from class org.lwjgl.vulkan.DispatchableHandle
getCapabilities
-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
-
-
-
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
-
-