MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / renderBuffer

Method renderBuffer

imgui-app/src/main/java/imgui/app/WindowGlfw.java:206–209  ·  view source on GitHub ↗

Method to render the OpenGL buffer and poll window events.

()

Source from the content-addressed store, hash-verified

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.

Callers 2

initWindowMethod · 0.95
endFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected