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

Method setEmissiveAttribute

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

Source from the content-addressed store, hash-verified

1421 }
1422
1423 protected void setEmissiveAttribute(int vboId, int size, int type,
1424 int stride, int offset) {
1425 setAttributeVBO(emissiveLoc, vboId, size, type, true, stride, offset);
1426 }
1427
1428 protected void setShininessAttribute(int vboId, int size, int type,
1429 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