Class VkPhysicalDevice

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.vulkan.VkPhysicalDevice
All Implemented Interfaces:
Pointer

public class VkPhysicalDevice extends Pointer.Default
Wraps a Vulkan physical device handle.
  • Constructor Details

    • VkPhysicalDevice

      public VkPhysicalDevice(long handle, VkInstance instance)
      Creates a VkPhysicalDevice using the specified native handle and Vulkan instance.
      Parameters:
      handle - the native VkDevice handle
      instance - the Vulkan instance from which the physical device was enumerated
  • Method Details

    • getInstance

      public VkInstance getInstance()
      Returns the Vulkan instance from which this physical device was enumerated.
    • getCapabilities

      public VKCapabilitiesInstance getCapabilities()
      Returns the VKCapabilitiesInstance instance associated with this dispatchable handle.