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