MCPcopy Create free account
hub / github.com/demoth/jake2 / R_RenderFrame

Method R_RenderFrame

client/src/main/java/jake2/client/render/fast/Main.java:933–937  ·  view source on GitHub ↗

R_RenderFrame

(refdef_t fd)

Source from the content-addressed store, hash-verified

931 * R_RenderFrame
932 */
933 public void R_RenderFrame(refdef_t fd) {
934 R_RenderView(fd);
935 R_SetLightLevel();
936 R_SetGL2D();
937 }
938
939 /**
940 * R_Register

Callers

nothing calls this directly

Calls 3

R_RenderViewMethod · 0.95
R_SetLightLevelMethod · 0.95
R_SetGL2DMethod · 0.95

Tested by

no test coverage detected