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

Method end

core/src/processing/opengl/FontTexture.java:185–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184
185 public void end() {
186 for (int i = 0; i < textures.length; i++) {
187 pgl.disableTexturing(textures[i].glTarget);
188 }
189 }
190
191
192 public PImage getTexture(TextureInfo info) {

Callers

nothing calls this directly

Calls 1

disableTexturingMethod · 0.45

Tested by

no test coverage detected