Class VkInstance
java.lang.Object
overrungl.vulkan.VkInstance
- All Implemented Interfaces:
Addressable
Wraps a Vulkan instance handle.
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
ConstructorsConstructorDescriptionVkInstance
(MemorySegment segment) Creates aVkInstance
instance for the specified segment. -
Method Summary
-
Constructor Details
-
VkInstance
Creates aVkInstance
instance for the specified segment.- Parameters:
segment
- theVkInstance
segment
-
-
Method Details
-
segment
Description copied from interface:Addressable
Returns the segment of this instance.- Specified by:
segment
in interfaceAddressable
- Returns:
- the segment of this instance
-
capabilities
- Returns:
- the
VKCapabilitiesInstance
instance associated with this dispatchable handle.
-