rlDrawVertexArray method
Implementation
@override
void rlDrawVertexArray(
num offset,
num count,
) => run(
() => RaylibDebugLabels.rlDrawVertexArray(offset, count),
() => rl.Rlgl.rlDrawVertexArray(
offset.toInt(),
count.toInt(),
),
);