MCPcopy Index your code
hub / github.com/benfry/processing4 / viewportImpl

Method viewportImpl

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

Source from the content-addressed store, hash-verified

3175 public abstract void depthRangef(float n, float f);
3176 public abstract void viewport(int x, int y, int w, int h);
3177 protected abstract void viewportImpl(int x, int y, int w, int h);
3178
3179 //////////////////////////////////////////////////////////////////////////////
3180

Callers 2

drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected