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

Method setPointAttribute

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

Source from the content-addressed store, hash-verified

1436 }
1437
1438 protected void setPointAttribute(int vboId, int size, int type,
1439 int stride, int offset) {
1440 setAttributeVBO(offsetLoc, vboId, size, type, false, stride, offset);
1441 }
1442
1443
1444 // ***************************************************************************

Callers 2

flushPointsMethod · 0.95
renderPointsMethod · 0.95

Calls 1

setAttributeVBOMethod · 0.95

Tested by

no test coverage detected