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

Method glBitmap

src/main/java/trace/graphics/GL.java:87–90  ·  view source on GitHub ↗
(int w, int h, float xOrig, float yOrig, float xInc, float yInc, ByteBuffer data)

Source from the content-addressed store, hash-verified

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) {
89 check(() -> GL11.glBitmap(w, h, xOrig, yOrig, xInc, yInc, data));
90 }
91
92 @DocumentationProxyTo(GL11.class)
93 public static void glBitmap(int w, int h, float xOrig, float yOrig, float xInc, float yInc, long data) {

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected