(int mask)
| 125 | } |
| 126 | |
| 127 | @DocumentationProxyTo(GL11.class) |
| 128 | public static void glClear(int mask) { |
| 129 | check(() -> GL11.glClear(mask)); |
| 130 | } |
| 131 | |
| 132 | @DocumentationProxyTo(GL11.class) |
| 133 | public static void glClearAccum(float red, float green, float blue, float alpha) { |
no test coverage detected