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

Method glAreTexturesResident

src/main/java/trace/graphics/GL.java:60–64  ·  view source on GitHub ↗
(IntBuffer textures, ByteBuffer residences)

Source from the content-addressed store, hash-verified

58 }
59
60 @NativeType("GLboolean")
61 @DocumentationProxyTo(GL11.class)
62 public static boolean glAreTexturesResident(IntBuffer textures, ByteBuffer residences) {
63 return check2(() -> GL11.glAreTexturesResident(textures, residences));
64 }
65
66 @NativeType("GLboolean")
67 @DocumentationProxyTo(GL11.class)

Callers

nothing calls this directly

Calls 1

check2Method · 0.95

Tested by

no test coverage detected