Updated GLFWMapRendering (markdown)

Xavier Niochaut 2020-08-12 23:15:41 +02:00
parent 9c36fd1528
commit ade77652da
1 changed files with 1 additions and 1 deletions

@ -1,6 +1,6 @@
***This article requires being confortable with [Map Rendering](https://github.com/Minestom/Minestom/wiki/Map-Rendering)***
*Access to GLFW capable framebuffers require using LWJGL, and Minestom LWJGL-related code. For more information, see [Minestom LWJGL Example](https://github.com/Minestom/LWJGL-Example)*
*Access to GLFW capable framebuffers requires using LWJGL, and Minestom LWJGL-related code. For more information, see [Minestom LWJGL Example](https://github.com/Minestom/LWJGL-Example)*
*GLFW capable framebuffers require access to an API supported by GLFW: OpenGL, OpenGL ES, Vulkan, or EGL. Software-based drivers **should** work out-of-box but no guarantee.*