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

Method resetDisplayLists

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

Source from the content-addressed store, hash-verified

2475 }
2476
2477 public static void resetDisplayLists()
2478 {
2479 SMCLog.info("Reset model renderers");
2480 ++countResetDisplayLists;
2481 SMCLog.info("Reset world renderers");
2482 mc.renderGlobal.loadRenderers();
2483 }
2484
2485 private static void setupProgram(Program program, String vShaderPath, String gShaderPath, String fShaderPath)
2486 {

Callers 1

initMethod · 0.95

Calls 2

infoMethod · 0.95
loadRenderersMethod · 0.80

Tested by

no test coverage detected