MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / postDrawComposite

Method postDrawComposite

src/main/java/net/optifine/shaders/Shaders.java:4840–4848  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4838 }
4839
4840 private static void postDrawComposite()
4841 {
4842 RenderScale renderscale = activeProgram.getRenderScale();
4843
4844 if (renderscale != null)
4845 {
4846 GL11.glViewport(0, 0, renderWidth, renderHeight);
4847 }
4848 }
4849
4850 private static void renderFinal()
4851 {

Callers 1

renderCompositesMethod · 0.95

Calls 1

getRenderScaleMethod · 0.80

Tested by

no test coverage detected