(int s)
| 580 | } |
| 581 | |
| 582 | @NativeType("GLuint") |
| 583 | @DocumentationProxyTo(GL11.class) |
| 584 | public static int glGenLists(int s) { |
| 585 | return check2(() -> GL11.glGenLists(s)); |
| 586 | } |
| 587 | |
| 588 | @DocumentationProxyTo(GL11.class) |
| 589 | public static void glGenTextures(IntBuffer textures) { |