LoadCodepoints function

MemoryPointer<RInt> LoadCodepoints(
  1. MemoryPointer<RChar> text,
  2. MemoryPointer<RInt> count
)

See RaylibCoreFlatModule.LoadCodepoints.

Implementation

MemoryPointer<RInt> LoadCodepoints(
  MemoryPointer<RChar> text,
  MemoryPointer<RInt> count,
) => _module.LoadCodepoints(text, count);