Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ sglDisableFog
Method
sglDisableFog
src/main/java/net/optifine/shaders/Shaders.java:5416–5420 ·
view source on GitHub ↗
(int cap)
Source
from the content-addressed store, hash-verified
5414
}
5415
5416
public
static
void
sglDisableFog(
int
cap)
5417
{
5418
GL11.glDisable(cap);
5419
disableFog();
5420
}
5421
5422
public
static
void
enableTexture2D()
5423
{
Callers
nothing calls this directly
Calls
1
disableFog
Method · 0.95
Tested by
no test coverage detected