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

Method glClearColor

src/main/java/trace/graphics/GL.java:137–140  ·  view source on GitHub ↗
(float red, float green, float blue, float alpha)

Source from the content-addressed store, hash-verified

135 }
136
137 @DocumentationProxyTo(GL11.class)
138 public static void glClearColor(float red, float green, float blue, float alpha) {
139 check(() -> GL11.glClearColor(red, green, blue, alpha));
140 }
141
142 @DocumentationProxyTo(GL11.class)
143 public static void glClearDepth(double depth) {

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