rlDrawVertexArray method

void rlDrawVertexArray(
  1. int offset,
  2. int count
)

Draw vertex array (currently active vao)

Implementation

void rlDrawVertexArray(int offset, int count)
  => _rlDrawVertexArray(offset, count);