MCPcopy Index your code
hub / github.com/benfry/processing4 / drawElements

Method drawElements

core/src/processing/opengl/PGL.java:3243–3246  ·  view source on GitHub ↗
(int mode, int count, int type, int offset)

Source from the content-addressed store, hash-verified

3241 public abstract void drawArraysImpl(int mode, int first, int count);
3242
3243 public void drawElements(int mode, int count, int type, int offset) {
3244 geomCount += count;
3245 drawElementsImpl(mode, count, type, offset);
3246 }
3247
3248 public abstract void drawElementsImpl(int mode, int count, int type, int offset);
3249

Callers 1

drawMethod · 0.80

Calls 1

drawElementsImplMethod · 0.95

Tested by

no test coverage detected