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 aVkExternalComputeQueueNV
using the specified native handle and device. -
Method Summary
Modifier and TypeMethodDescriptionReturns theVKCapabilitiesDevice
instance associated with this dispatchable handle.Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.Returns the device from which thisVkExternalComputeQueueNV
was retrieved.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
VkExternalComputeQueueNV
Creates aVkExternalComputeQueueNV
using the specified native handle and device.- Parameters:
handle
- the nativeVkExternalComputeQueueNV
handledevice
- the device from which the external compute queue was retrieved
-
-
Method Details
-
getDevice
Returns the device from which thisVkExternalComputeQueueNV
was retrieved. -
getCapabilitiesInstance
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle. -
getCapabilities
Returns theVKCapabilitiesDevice
instance associated with this dispatchable handle.
-