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

Method setNormalAttribute

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

Source from the content-addressed store, hash-verified

1401 }
1402
1403 protected void setNormalAttribute(int vboId, int size, int type,
1404 int stride, int offset) {
1405 setAttributeVBO(normalLoc, vboId, size, type, false, stride, offset);
1406 }
1407
1408 protected void setTexcoordAttribute(int vboId, int size, int type,
1409 int stride, int offset) {

Callers 3

flushPolysMethod · 0.95
flushSortedPolysMethod · 0.95
renderPolysMethod · 0.95

Calls 1

setAttributeVBOMethod · 0.95

Tested by

no test coverage detected