Package org.lwjgl.vulkan
Class VkInstance
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.vulkan.VkInstance
-
- All Implemented Interfaces:
org.lwjgl.system.Pointer
public class VkInstance extends org.lwjgl.system.Pointer.Default
Wraps a Vulkan instance handle.
-
-
Constructor Summary
Constructors Constructor Description VkInstance(long handle, VkInstanceCreateInfo ci)
Creates aVkInstance
instance for the specified native handle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VKCapabilitiesInstance
getCapabilities()
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.
-
-
-
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
.
-
-
Method Detail
-
getCapabilities
public VKCapabilitiesInstance getCapabilities()
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.
-
-