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

Method glAccum

src/main/java/trace/graphics/GL.java:50–53  ·  view source on GitHub ↗
(int op, float value)

Source from the content-addressed store, hash-verified

48 }
49
50 @DocumentationProxyTo(GL11.class)
51 public static void glAccum(int op, float value) {
52 check(() -> GL11.glAccum(op, value));
53 }
54
55 @DocumentationProxyTo(GL11.class)
56 public static void glAlphaFunc(int func, float ref) {

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected