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

Method endSky

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

Source from the content-addressed store, hash-verified

4980 }
4981
4982 public static void endSky()
4983 {
4984 isRenderingSky = false;
4985 setDrawBuffers(dfbDrawBuffers);
4986 useProgram(lightmapEnabled ? ProgramTexturedLit : ProgramTextured);
4987 popEntity();
4988 }
4989
4990 public static void beginUpdateChunks()
4991 {

Callers 1

renderWorldPassMethod · 0.95

Calls 3

setDrawBuffersMethod · 0.95
useProgramMethod · 0.95
popEntityMethod · 0.95

Tested by

no test coverage detected