(int target, int texture)
| 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) { |
no test coverage detected