(int buf)
| 395 | } |
| 396 | |
| 397 | @DocumentationProxyTo(GL11.class) |
| 398 | public static void glDrawBuffer(int buf) { |
| 399 | check(() -> GL11.glDrawBuffer(buf)); |
| 400 | } |
| 401 | |
| 402 | @DocumentationProxyTo(GL11.class) |
| 403 | public static void glDrawElements(int mode, int count, int type, long indices) { |