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

Method glBlendFunc

src/main/java/trace/graphics/GL.java:97–100  ·  view source on GitHub ↗
(int sfactor, int dfactor)

Source from the content-addressed store, hash-verified

95 }
96
97 @DocumentationProxyTo(GL11.class)
98 public static void glBlendFunc(int sfactor, int dfactor) {
99 check(() -> GL11.glBlendFunc(sfactor, dfactor));
100 }
101
102 @DocumentationProxyTo(GL11.class)
103 public static void glCallList(int list) {

Callers 13

t_fadeplane.box.jsFile · 0.80
viewport.box.jsFile · 0.80
viewport.box.jsFile · 0.80
viewport.box.jsFile · 0.80
viewport.box.jsFile · 0.80
defaultGLPreambleMethod · 0.80
StageClass · 0.80
triangleBuilderMethod · 0.80
applyMethod · 0.80
initMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected