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

Method runFrame

imgui-app/src/main/java/imgui/app/WindowGlfw.java:154–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 @Override
155 protected void runFrame() {
156 startFrame();
157 owner.preProcess();
158 owner.process();
159 owner.postProcess();
160 endFrame();
161 }
162
163 /**
164 * Method used to clear the OpenGL buffer.

Callers 2

invokeMethod · 0.95
runMethod · 0.95

Calls 5

startFrameMethod · 0.95
endFrameMethod · 0.95
preProcessMethod · 0.80
postProcessMethod · 0.80
processMethod · 0.45

Tested by

no test coverage detected