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

Method glDisable

src/main/java/trace/graphics/GL.java:45–48  ·  view source on GitHub ↗
(int target)

Source from the content-addressed store, hash-verified

43 }
44
45 @DocumentationProxyTo(GL11.class)
46 public static void glDisable(int target) {
47 check(() -> GL11.glDisable(target));
48 }
49
50 @DocumentationProxyTo(GL11.class)
51 public static void glAccum(int op, float value) {

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
StageClass · 0.80
triangleBuilderMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected