Package org.lwjgl.vulkan
Class VkInstance
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.vulkan.DispatchableHandle
-
- org.lwjgl.vulkan.VkInstance
-
- All Implemented Interfaces:
- Pointer
public class VkInstance extends DispatchableHandle
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
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkInstance(long handle, VkInstanceCreateInfo ci)
Creates aVkInstance
instance for the specified native handle.
-
Method Summary
-
Methods inherited from class org.lwjgl.vulkan.DispatchableHandle
getCapabilities
-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
VkInstance
public VkInstance(long handle, VkInstanceCreateInfo ci)
Creates aVkInstance
instance for the specified native handle.- Parameters:
handle
- the nativeVkInstance
handleci
- theVkInstanceCreateInfo
structured used to create theVkInstance
.
-
-