MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / glViewport

Method glViewport

src/main/java/trace/graphics/GL.java:2229–2232  ·  view source on GitHub ↗
(int x, int y, int w, int h)

Source from the content-addressed store, hash-verified

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)

Callers 1

applyMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected