bufferCount property
int
get
bufferCount
Number of GPU buffers allocated by this arena.
Implementation
int get bufferCount => _blocks.length;
Number of GPU buffers allocated by this arena.
int get bufferCount => _blocks.length;