rlDrawVertexArray function

void rlDrawVertexArray(
  1. int offset,
  2. int count
)

See RaylibRlglFlatModule.rlDrawVertexArray.

Implementation

void rlDrawVertexArray(
  int offset,
  int count,
) => _module.rlDrawVertexArray(offset, count);