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

Method create

core/src/processing/opengl/VertexBuffer.java:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 protected void create() {
61 context = pgl.getCurrentContext();
62 glres = new GLResourceVertexBuffer(this);
63 }
64
65 protected void init() {
66 int size = index ? ncoords * INIT_INDEX_BUFFER_SIZE * elementSize :

Callers 1

VertexBufferMethod · 0.95

Calls 1

getCurrentContextMethod · 0.80

Tested by

no test coverage detected