frameCount property

int get frameCount

The number of frames to cycle through before reusing device buffers. Cycling to the next frame happens when reset is called.

Implementation

int get frameCount {
  return _kFrameCount;
}