Package org.lwjgl.glfw
Class GLFWVulkan.Functions
java.lang.Object
org.lwjgl.glfw.GLFWVulkan.Functions
- Enclosing class:
GLFWVulkan
Contains the function pointers loaded from
GLFW.getLibrary()
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address. -
Method Summary
-
Field Details
-
InitVulkanLoader
public static final long InitVulkanLoaderFunction address. -
VulkanSupported
public static final long VulkanSupportedFunction address. -
GetRequiredInstanceExtensions
public static final long GetRequiredInstanceExtensionsFunction address. -
GetInstanceProcAddress
public static final long GetInstanceProcAddressFunction address. -
GetPhysicalDevicePresentationSupport
public static final long GetPhysicalDevicePresentationSupportFunction address. -
CreateWindowSurface
public static final long CreateWindowSurfaceFunction address.
-