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

Method flip

src/main/java/net/optifine/shaders/FlipTextures.java:37–41  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

35 }
36
37 public void flip(int index)
38 {
39 this.flips[index] = !this.flips[index];
40 this.changed[index] = true;
41 }
42
43 public boolean isChanged(int index)
44 {

Callers 15

updateTextureMethod · 0.80
HFNoiseTextureMethod · 0.80
loadCustomTextureRawMethod · 0.80
printLogInfoMethod · 0.80
checkBufferFlipMethod · 0.80
renderCompositesMethod · 0.80
finishDrawMethod · 0.80
readImageToBufferMethod · 0.80
renderChunkLayerMethod · 0.80
drawRegionMethod · 0.80
setFogColorBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected