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

Method glScissor

src/main/java/trace/graphics/GL.java:1649–1652  ·  view source on GitHub ↗
(int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

1647 }
1648
1649 @DocumentationProxyTo(GL11.class)
1650 public static void glScissor(int x, int y, int width, int height) {
1651 check(() -> GL11.glScissor(x, y, width, height));
1652 }
1653
1654 @DocumentationProxyTo(GL11.class)
1655 public static void glSelectBuffer(IntBuffer buffer) {

Callers 2

applyMethod · 0.80
setScissorMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected