Class GLFWLoader
java.lang.Object
club.doki7.glfw.GLFWLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GLFWloadGLFW(ISharedLibrary libGLFW) Load GLFW functions.static ISharedLibraryTry loading the GLFW library.
-
Constructor Details
-
GLFWLoader
public GLFWLoader()
-
-
Method Details
-
loadGLFWLibrary
Try loading the GLFW library.
This function is implemented in terms of
ILibraryLoader.loadLibrary(String). On Windows it will try"glfw3"(glfw3.dll), and on other platforms it will try"glfw"(libglfw.so).Instead of using this function, you may also implement your own GLFW library loading logic.
- Throws:
UnsatisfiedLinkError- seeILibraryLoader.loadLibrary(String)
-