Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ activeTextureImpl
Method
activeTextureImpl
core/src/processing/opengl/PGL.java:3237–3237 ·
view source on GitHub ↗
(int texture)
Source
from the content-addressed store, hash-verified
3235
}
3236
3237
protected
abstract
void
activeTextureImpl(
int
texture);
3238
3239
public
void
bindTexture(
int
target,
int
texture) {
3240
bindTextureImpl(target, texture);
Callers
1
activeTexture
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected