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

Method attrib

core/src/processing/opengl/PShapeOpenGL.java:1137–1142  ·  view source on GitHub ↗
(String name, float... values)

Source from the content-addressed store, hash-verified

1135
1136
1137 @Override
1138 public void attrib(String name, float... values) {
1139 VertexAttribute attrib = attribImpl(name, VertexAttribute.OTHER, PGL.FLOAT,
1140 values.length);
1141 if (attrib != null) attrib.set(values);
1142 }
1143
1144
1145 @Override

Callers

nothing calls this directly

Calls 2

attribImplMethod · 0.95
setMethod · 0.95

Tested by

no test coverage detected