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

Method resizeShadow

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

Source from the content-addressed store, hash-verified

3774 }
3775
3776 private static void resizeShadow()
3777 {
3778 needResizeShadow = false;
3779 shadowMapWidth = Math.round((float)spShadowMapWidth * configShadowResMul);
3780 shadowMapHeight = Math.round((float)spShadowMapHeight * configShadowResMul);
3781 setupShadowFrameBuffer();
3782 }
3783
3784 private static void setupFrameBuffer()
3785 {

Callers 2

initMethod · 0.95
beginRenderMethod · 0.95

Calls 2

roundMethod · 0.80

Tested by

no test coverage detected