Package org.lwjgl.vulkan
Class VkPhysicalDevice
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.vulkan.VkPhysicalDevice
- All Implemented Interfaces:
Pointer
Wraps a Vulkan physical device 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
ConstructorsConstructorDescriptionVkPhysicalDevice
(long handle, VkInstance instance) Creates aVkPhysicalDevice
using the specified native handle and Vulkan instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns theVKCapabilitiesInstance
instance associated with this dispatchable handle.Returns the Vulkan instance from which this physical device was enumerated.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
VkPhysicalDevice
Creates aVkPhysicalDevice
using the specified native handle and Vulkan instance.- Parameters:
handle
- the nativeVkDevice
handleinstance
- the Vulkan instance from which the physical device was enumerated
-
-
Method Details
-
getInstance
Returns the Vulkan instance from which this physical device was enumerated. -
getCapabilities
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.
-