MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / glClear

Method glClear

src/main/java/trace/graphics/GL.java:127–130  ·  view source on GitHub ↗
(int mask)

Source from the content-addressed store, hash-verified

125 }
126
127 @DocumentationProxyTo(GL11.class)
128 public static void glClear(int mask) {
129 check(() -> GL11.glClear(mask));
130 }
131
132 @DocumentationProxyTo(GL11.class)
133 public static void glClearAccum(float red, float green, float blue, float alpha) {

Callers 15

window.box.jsFile · 0.80
viewport.box.jsFile · 0.80
viewport.box.jsFile · 0.80
viewport.box.jsFile · 0.80
viewport.box.jsFile · 0.80
window.box.jsFile · 0.80
viewport.box.jsFile · 0.80
defaultGLPreambleMethod · 0.80
runMethod · 0.80
StageClass · 0.80
setupMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected