Package org.lwjgl.vulkan
Class VkInstance
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.vulkan.VkInstance
- All Implemented Interfaces:
Pointer
Wraps a Vulkan instance 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
ConstructorsConstructorDescriptionVkInstance
(long handle, VkInstanceCreateInfo ci) Creates aVkInstance
instance for the specified native handle. -
Method Summary
Modifier and TypeMethodDescriptionReturns theVKCapabilitiesInstance
instance associated with this dispatchable handle.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
VkInstance
Creates aVkInstance
instance for the specified native handle.- Parameters:
handle
- the nativeVkInstance
handleci
- theVkInstanceCreateInfo
structured used to create theVkInstance
.
-
-
Method Details
-
getCapabilities
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.
-