(int target)
| 43 | } |
| 44 | |
| 45 | @DocumentationProxyTo(GL11.class) |
| 46 | public static void glDisable(int target) { |
| 47 | check(() -> GL11.glDisable(target)); |
| 48 | } |
| 49 | |
| 50 | @DocumentationProxyTo(GL11.class) |
| 51 | public static void glAccum(int op, float value) { |
no test coverage detected