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

Method setLineAttribute

core/src/processing/opengl/PShader.java:1433–1436  ·  view source on GitHub ↗
(int vboId, int size, int type,
                                  int stride, int offset)

Source from the content-addressed store, hash-verified

1431 }
1432
1433 protected void setLineAttribute(int vboId, int size, int type,
1434 int stride, int offset) {
1435 setAttributeVBO(directionLoc, vboId, size, type, false, stride, offset);
1436 }
1437
1438 protected void setPointAttribute(int vboId, int size, int type,
1439 int stride, int offset) {

Callers 2

flushLinesMethod · 0.95
renderLinesMethod · 0.95

Calls 1

setAttributeVBOMethod · 0.95

Tested by

no test coverage detected