Package org.lwjgl.glfw
Class GLFWVulkan.Functions
- java.lang.Object
-
- org.lwjgl.glfw.GLFWVulkan.Functions
-
- Enclosing class:
- GLFWVulkan
public static final class GLFWVulkan.Functions extends java.lang.Object
Contains the function pointers loaded fromGLFW.getLibrary()
.
-
-
Field Summary
Fields Modifier and Type Field and Description static long
CreateWindowSurface
GetInstanceProcAddress
GetPhysicalDevicePresentationSupport
GetRequiredInstanceExtensions
VulkanSupportedFunction address.
-
-
-
Field Detail
-
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.
-
-