Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ glClearColor
Method
glClearColor
client/src/main/java/jake2/client/render/opengl/QGL.java:27–27 ·
view source on GitHub ↗
(float red, float green, float blue, float alpha)
Source
from the content-addressed store, hash-verified
25
void
glClear(
int
mask);
26
27
void
glClearColor(float red, float green, float blue, float alpha);
28
29
void
glClientActiveTextureARB(
int
texture);
30
Callers
4
glClearColor
Method · 0.65
GL_SetDefaultState
Method · 0.65
R_SetupFrame
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