Class VkDevice

  • All Implemented Interfaces:
    Pointer


    public class VkDevice
    extends DispatchableHandle
    Wraps a Vulkan device dispatchable handle.
    • Constructor Detail

      • VkDevice

        public VkDevice(long handle,
                        VkPhysicalDevice physicalDevice,
                        VkDeviceCreateInfo ci)
        Creates a VkDevice instance for the specified native handle.
        Parameters:
        handle - the native VkDevice handle
        physicalDevice - the physical device used to create the VkDevice
        ci - the VkDeviceCreateInfo structure used to create the VkDevice