render method

dynamic render(
  1. dynamic start,
  2. dynamic count
)

Implementation

render(start, count) {
  throw (" BaseWebGLBufferRenderer.render start: $start $count  ");
}