(int op, float value)
| 48 | } |
| 49 | |
| 50 | @DocumentationProxyTo(GL11.class) |
| 51 | public static void glAccum(int op, float value) { |
| 52 | check(() -> GL11.glAccum(op, value)); |
| 53 | } |
| 54 | |
| 55 | @DocumentationProxyTo(GL11.class) |
| 56 | public static void glAlphaFunc(int func, float ref) { |