JeremyStarTM
d4c5b982df
Turns out I did not need the monitor API for that. Just reading glfwSwapInterval's documentation did the job and fixing my existing code did the job. |
||
---|---|---|
.. | ||
glfw | ||
opengl | ||
src/main | ||
vulkan | ||
build.gradle | ||
gradle | ||
gradlew | ||
gradlew.bat | ||
README.md |
The graphics
subsystem
This subsystem is essential for displaying graphics to the screen, though requires a Graphics API to do anything. It provides among other things interfaces that Graphics APIs can implement.