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

Method setVertexAttribute

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

Source from the content-addressed store, hash-verified

1391 }
1392
1393 protected void setVertexAttribute(int vboId, int size, int type,
1394 int stride, int offset) {
1395 setAttributeVBO(vertexLoc, vboId, size, type, false, stride, offset);
1396 }
1397
1398 protected void setColorAttribute(int vboId, int size, int type,
1399 int stride, int offset) {

Callers 7

flushPolysMethod · 0.95
flushSortedPolysMethod · 0.95
flushLinesMethod · 0.95
flushPointsMethod · 0.95
renderPolysMethod · 0.95
renderLinesMethod · 0.95
renderPointsMethod · 0.95

Calls 1

setAttributeVBOMethod · 0.95

Tested by

no test coverage detected