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

Method glAlphaFunc

src/main/java/trace/graphics/GL.java:55–58  ·  view source on GitHub ↗
(int func, float ref)

Source from the content-addressed store, hash-verified

53 }
54
55 @DocumentationProxyTo(GL11.class)
56 public static void glAlphaFunc(int func, float ref) {
57 check(() -> GL11.glAlphaFunc(func, ref));
58 }
59
60 @NativeType("GLboolean")
61 @DocumentationProxyTo(GL11.class)

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected