Package org.lwjgl.vulkan
Class VkDevice
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.vulkan.VkDevice
-
- All Implemented Interfaces:
- org.lwjgl.system.Pointer
public class VkDevice extends org.lwjgl.system.Pointer.Default
Wraps a Vulkan device dispatchable handle.
-
-
Constructor Summary
Constructors Constructor and Description VkDevice(long handle, VkPhysicalDevice physicalDevice, VkDeviceCreateInfo ci)
Creates aVkDevice
instance for the specified native handle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description VKCapabilitiesDevice
getCapabilities()
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.
-
-
-
Constructor Detail
-
VkDevice
public VkDevice(long handle, VkPhysicalDevice physicalDevice, VkDeviceCreateInfo ci)
Creates aVkDevice
instance for the specified native handle.- Parameters:
handle
- the nativeVkDevice
handlephysicalDevice
- the physical device used to create theVkDevice
ci
- theVkDeviceCreateInfo
structure used to create theVkDevice
-
-
Method Detail
-
getCapabilities
public VKCapabilitiesDevice getCapabilities()
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.
-
-