Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ glClear
Method
glClear
client/src/main/java/jake2/client/render/opengl/QGL.java:25–25 ·
view source on GitHub ↗
(int mask)
Source
from the content-addressed store, hash-verified
23
void
glBlendFunc(
int
sfactor,
int
dfactor);
24
25
void
glClear(
int
mask);
26
27
void
glClearColor(float red, float green, float blue, float alpha);
28
Callers
4
glClear
Method · 0.65
R_SetupFrame
Method · 0.65
R_Clear
Method · 0.65
R_SetPalette
Method · 0.65
Implementers
2
LwjglGL
client/src/main/java/jake2/client/rend
DummyGL
client/src/main/java/jake2/client/rend
Calls
no outgoing calls
Tested by
no test coverage detected