Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setCommonUniforms
Method · 0.95
setTexture
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected