Class VkInstance

All Implemented Interfaces:
Pointer

public class VkInstance extends Pointer.Default
Wraps a Vulkan instance handle.
  • Constructor Details

    • VkInstance

      public VkInstance(long handle, VkInstanceCreateInfo ci)
      Creates a VkInstance instance for the specified native handle.
      Parameters:
      handle - the native VkInstance handle
      ci - the VkInstanceCreateInfo structured used to create the VkInstance.
  • Method Details