rlDrawVertexArrayInstanced method
Implementation
void rlDrawVertexArrayInstanced(
num offset,
num count,
num instances,
) => run(
() => 'rlDrawVertexArrayInstanced($offset, $count, $instances)',
() => rl.Rlgl.rlDrawVertexArrayInstanced(
offset.toInt(),
count.toInt(),
instances.toInt(),
),
);