MCPcopy 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

activeTextureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected