Package org.lwjgl.vulkan
Class VkExternalComputeQueueNV
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.vulkan.VkExternalComputeQueueNV
- All Implemented Interfaces:
Pointer
Wraps a Vulkan external compute queue handle (
VK_NV_external_compute_queue).-
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
ConstructorsConstructorDescriptionVkExternalComputeQueueNV(long handle, VkDevice device) Creates aVkExternalComputeQueueNVusing the specified native handle and device. -
Method Summary
Modifier and TypeMethodDescriptionReturns theVKCapabilitiesDeviceinstance associated with this dispatchable handle.Returns theVKCapabilitiesInstanceinstance associated with this dispatchable handle.Returns the device from which thisVkExternalComputeQueueNVwas retrieved.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
VkExternalComputeQueueNV
Creates aVkExternalComputeQueueNVusing the specified native handle and device.- Parameters:
handle- the nativeVkExternalComputeQueueNVhandledevice- the device from which the external compute queue was retrieved
-
-
Method Details
-
getDevice
Returns the device from which thisVkExternalComputeQueueNVwas retrieved. -
getCapabilitiesInstance
Returns theVKCapabilitiesInstanceinstance associated with this dispatchable handle. -
getCapabilities
Returns theVKCapabilitiesDeviceinstance associated with this dispatchable handle.
-