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

Method glBindTexture

src/main/java/trace/graphics/GL.java:82–85  ·  view source on GitHub ↗
(int target, int texture)

Source from the content-addressed store, hash-verified

80 }
81
82 @DocumentationProxyTo(GL11.class)
83 public static void glBindTexture(int target, int texture) {
84 check(() -> GL11.glBindTexture(target, texture));
85 }
86
87 @DocumentationProxyTo(GL11.class)
88 public static void glBitmap(int w, int h, float xOrig, float yOrig, float xInc, float yInc, ByteBuffer data) {

Callers 15

getUniformMethod · 0.80
perform0Method · 0.80
setupMethod · 0.80
uploadMethod · 0.80
perform0Method · 0.80
setupMethod · 0.80
forceUploadNowMethod · 0.80
setupMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected