MCPcopy 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

glClearMethod · 0.65
R_SetupFrameMethod · 0.65
R_ClearMethod · 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