Package org.lwjgl.glfw
Class GLFWNativeWGL
- java.lang.Object
-
- org.lwjgl.glfw.GLFWNativeWGL
-
public class GLFWNativeWGL extends java.lang.ObjectNative bindings to the GLFW library's WGL native access functions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classGLFWNativeWGL.FunctionsContains the function pointers loaded fromGLFW.getLibrary().
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static longglfwGetWGLContext(long window)Returns theHGLRCof the specified window.
-
-
-
Method Detail
-
glfwGetWGLContext
public static long glfwGetWGLContext(long window)
Returns theHGLRCof the specified window.Note: This function may be called from any thread. Access is not synchronized.
- Parameters:
window- the GLFW window- Returns:
- The
HGLRCof the specified window, orNULLif an error occurred. - Since:
- version 3.0
-
-