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

Method glGetError

src/main/java/trace/graphics/GL.java:658–662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

656 }
657
658 @NativeType("GLenum")
659 @DocumentationProxyTo(GL11.class)
660 public static int glGetError() {
661 return check2(() -> GL11.glGetError());
662 }
663
664 @DocumentationProxyTo(GL11.class)
665 public static void glGetLightiv(int light, int pname, IntBuffer data) {

Callers 9

checkErrorMethod · 0.80
checkErrorStackTraceMethod · 0.80
introspectNowMethod · 0.80
uploadMethod · 0.80
perform0Method · 0.80
initMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80

Calls 1

check2Method · 0.95

Tested by

no test coverage detected