Class GLFWVulkan.Functions

java.lang.Object
org.lwjgl.glfw.GLFWVulkan.Functions
Enclosing class:
GLFWVulkan

public static final class GLFWVulkan.Functions extends Object
Contains the function pointers loaded from GLFW.getLibrary().
  • Field Details

    • InitVulkanLoader

      public static final long InitVulkanLoader
      Function address.
    • VulkanSupported

      public static final long VulkanSupported
      Function address.
    • GetRequiredInstanceExtensions

      public static final long GetRequiredInstanceExtensions
      Function address.
    • GetInstanceProcAddress

      public static final long GetInstanceProcAddress
      Function address.
    • GetPhysicalDevicePresentationSupport

      public static final long GetPhysicalDevicePresentationSupport
      Function address.
    • CreateWindowSurface

      public static final long CreateWindowSurface
      Function address.