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

Method getLastTexUnit

core/src/processing/opengl/PShader.java:1110–1112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1108
1109
1110 protected int getLastTexUnit() {
1111 return texUnits == null ? -1 : texUnits.size() - 1;
1112 }
1113
1114
1115 protected void setRenderer(PGraphicsOpenGL pg) {

Callers 2

setCommonUniformsMethod · 0.95
setTextureMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected