(int w, int h, float xOrig, float yOrig, float xInc, float yInc, ByteBuffer data)
| 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) { |