(int x, int y, int w, int h)
| 2227 | } |
| 2228 | |
| 2229 | @DocumentationProxyTo(GL11.class) |
| 2230 | public static void glViewport(int x, int y, int w, int h) { |
| 2231 | check(() -> GL11.glViewport(x, y, w, h)); |
| 2232 | } |
| 2233 | |
| 2234 | @NativeType("GLboolean") |
| 2235 | @DocumentationProxyTo(GL11.class) |