MCPcopy Create free account
hub / github.com/benfry/processing4 / VertexBuffer

Method VertexBuffer

core/src/processing/opengl/VertexBuffer.java:44–46  ·  view source on GitHub ↗
(PGraphicsOpenGL pg, int target, int ncoords, int esize, int usage)

Source from the content-addressed store, hash-verified

42 private GLResourceVertexBuffer glres;
43
44 VertexBuffer(PGraphicsOpenGL pg, int target, int ncoords, int esize, int usage) {
45 this(pg, target, ncoords, esize, usage, false);
46 }
47
48 VertexBuffer(PGraphicsOpenGL pg, int target, int ncoords, int esize, int usage, boolean index) {
49 pgl = pg.pgl;

Callers

nothing calls this directly

Calls 3

createMethod · 0.95
initMethod · 0.95
createEmptyContextMethod · 0.80

Tested by

no test coverage detected