MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / getVertexCount

Method getVertexCount

src/data/createStreamBuffer.ts:15–15  ·  view source on GitHub ↗

Returns the vertex count for the most recently written data.

()

Source from the content-addressed store, hash-verified

13 getBuffer(): GPUBuffer;
14 /** Returns the vertex count for the most recently written data. */
15 getVertexCount(): number;
16 /** Destroys GPU resources (best-effort). Safe to call multiple times. */
17 dispose(): void;
18}

Callers 1

prepareFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected