MCPcopy Index your code
hub / github.com/benfry/processing4 / vertex

Method vertex

core/src/processing/opengl/PGL.java:2758–2758  ·  view source on GitHub ↗
(Object data)

Source from the content-addressed store, hash-verified

2756 void begin(int type);
2757 void end();
2758 void vertex(Object data);
2759 void combine(double[] coords, Object[] data,
2760 float[] weight, Object[] outData);
2761 void error(int errnum);

Callers 11

rawPolysMethod · 0.65
rawSortedPolysMethod · 0.65
rawLinesMethod · 0.65
rawPointsMethod · 0.65
vertexMethod · 0.65
inGeoToVerticesMethod · 0.65
vertexMethod · 0.65
vertexMethod · 0.65
copyGeometryMethod · 0.65
drawGeometryMethod · 0.65
drawPathMethod · 0.65

Implementers 2

TessellatorCallbackcore/src/processing/opengl/PGraphicsOp
GLUCallbackcore/src/processing/opengl/PJOGL.java

Calls

no outgoing calls

Tested by

no test coverage detected