rlDrawVertexArrayElements method
Draw vertex array elements
Implementation
void rlDrawVertexArrayElements(
num offset,
num count,
Uint16List buffer,
) => run(
() => _debugLabels.rlDrawVertexArrayElements(offset, count, buffer),
() => _flat.rlDrawVertexArrayElements(
offset.toInt(),
count.toInt(),
$.Uint16$.FromTypedList(buffer).cast(),
),
);