rlDrawVertexArray function

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

Implementation

void rlDrawVertexArray(int offset, int count) => _module.rlDrawVertexArray(offset, count);