rlDrawVertexArray method

  1. @override
void rlDrawVertexArray(
  1. num offset,
  2. num count
)
override

Implementation

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