Package org.lwjgl.vulkan
Class VkQueue
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.vulkan.VkQueue
- All Implemented Interfaces:
Pointer
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
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theVKCapabilitiesDeviceinstance associated with this dispatchable handle.Returns theVKCapabilitiesInstanceinstance associated with this dispatchable handle.Returns the device from which thisVkQueuewas retrieved.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
VkQueue
Creates aVkQueueusing the specified native handle and device.- Parameters:
handle- the nativeVkQueuehandledevice- the device from which the queue was retrieved
-
-
Method Details
-
getDevice
Returns the device from which thisVkQueuewas retrieved. -
getCapabilitiesInstance
Returns theVKCapabilitiesInstanceinstance associated with this dispatchable handle. -
getCapabilities
Returns theVKCapabilitiesDeviceinstance associated with this dispatchable handle.
-