Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateTexture
Method · 0.80
updateTextureInerpolate
Method · 0.80
HFNoiseTexture
Method · 0.80
loadCustomTextureRaw
Method · 0.80
printLogInfo
Method · 0.80
checkBufferFlip
Method · 0.80
renderComposites
Method · 0.80
finishDraw
Method · 0.80
readImageToBuffer
Method · 0.80
renderChunkLayer
Method · 0.80
drawRegion
Method · 0.80
setFogColorBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected