Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ sglDisableT2D
Method
sglDisableT2D
src/main/java/net/optifine/shaders/Shaders.java:5404–5408 ·
view source on GitHub ↗
(int cap)
Source
from the content-addressed store, hash-verified
5402
}
5403
5404
public
static
void
sglDisableT2D(
int
cap)
5405
{
5406
GL11.glDisable(cap);
5407
disableTexture2D();
5408
}
5409
5410
public
static
void
sglEnableFog(
int
cap)
5411
{
Callers
nothing calls this directly
Calls
1
disableTexture2D
Method · 0.95
Tested by
no test coverage detected