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

Method glTexParameteri

src/main/java/trace/graphics/GL.java:1994–1997  ·  view source on GitHub ↗
(int target, int pname, int param)

Source from the content-addressed store, hash-verified

1992 }
1993
1994 @DocumentationProxyTo(GL11.class)
1995 public static void glTexParameteri(int target, int pname, int param) {
1996 check(() -> GL11.glTexParameteri(target, pname, param));
1997 }
1998
1999 @DocumentationProxyTo(GL11.class)
2000 public static void glTexParameteriv(int target, int pname, IntBuffer params) {

Callers 5

setupMethod · 0.80
setupMethod · 0.80
perform0Method · 0.80
setupMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected