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

Method viewportImpl

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

Source from the content-addressed store, hash-verified

3118 public abstract void depthRangef(float n, float f);
3119 public abstract void viewport(int x, int y, int w, int h);
3120 protected abstract void viewportImpl(int x, int y, int w, int h);
3121
3122 //////////////////////////////////////////////////////////////////////////////
3123

Callers 2

drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected