(int type, ByteBuffer lists)
| 105 | } |
| 106 | |
| 107 | @DocumentationProxyTo(GL11.class) |
| 108 | public static void glCallLists(int type, ByteBuffer lists) { |
| 109 | check(() -> GL11.glCallLists(type, lists)); |
| 110 | } |
| 111 | |
| 112 | @DocumentationProxyTo(GL11.class) |
| 113 | public static void glCallLists(ByteBuffer lists) { |