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

Method glGenTextures

src/main/java/trace/graphics/GL.java:588–591  ·  view source on GitHub ↗
(IntBuffer textures)

Source from the content-addressed store, hash-verified

586 }
587
588 @DocumentationProxyTo(GL11.class)
589 public static void glGenTextures(IntBuffer textures) {
590 check(() -> GL11.glGenTextures(textures));
591 }
592
593 @NativeType("void")
594 @DocumentationProxyTo(GL11.class)

Callers 5

setupMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80
createGlTextureMethod · 0.80

Calls 2

checkMethod · 0.95
check2Method · 0.95

Tested by

no test coverage detected