Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getLastTexUnit
Method
getLastTexUnit
core/src/processing/opengl/PShader.java:1113–1115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1111
1112
1113
protected
int
getLastTexUnit() {
1114
return
texUnits == null ? -1 : texUnits.size() - 1;
1115
}
1116
1117
1118
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