MCPcopy Index your code
hub / github.com/processing/processing / viewportImpl

Method viewportImpl

core/src/processing/opengl/PJOGL.java:1246–1249  ·  view source on GitHub ↗
(int x, int y, int w, int h)

Source from the content-addressed store, hash-verified

1244 }
1245
1246 @Override
1247 protected void viewportImpl(int x, int y, int w, int h) {
1248 gl.glViewport(x, y, w, h);
1249 }
1250
1251 //////////////////////////////////////////////////////////////////////////////
1252

Callers 1

viewportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected