Method to render the OpenGL buffer and poll window events.
()
| 204 | * Method to render the OpenGL buffer and poll window events. |
| 205 | */ |
| 206 | private void renderBuffer() { |
| 207 | glfwSwapBuffers(handle); |
| 208 | glfwPollEvents(); |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Method to destroy GLFW window. |
no outgoing calls
no test coverage detected