MCPcopy 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

glClearColorMethod · 0.65
GL_SetDefaultStateMethod · 0.65
R_SetupFrameMethod · 0.65
R_SetPaletteMethod · 0.65

Implementers 2

LwjglGLclient/src/main/java/jake2/client/rend
DummyGLclient/src/main/java/jake2/client/rend

Calls

no outgoing calls

Tested by

no test coverage detected