(float red, float green, float blue, float alpha)
| 135 | } |
| 136 | |
| 137 | @DocumentationProxyTo(GL11.class) |
| 138 | public static void glClearColor(float red, float green, float blue, float alpha) { |
| 139 | check(() -> GL11.glClearColor(red, green, blue, alpha)); |
| 140 | } |
| 141 | |
| 142 | @DocumentationProxyTo(GL11.class) |
| 143 | public static void glClearDepth(double depth) { |
no test coverage detected