LoadCodepoints function
See RaylibCoreFlatModule.LoadCodepoints.
Implementation
MemoryPointer<RInt> LoadCodepoints(
MemoryPointer<RChar> text,
MemoryPointer<RInt> count,
) => _module.LoadCodepoints(text, count);
See RaylibCoreFlatModule.LoadCodepoints.
MemoryPointer<RInt> LoadCodepoints(
MemoryPointer<RChar> text,
MemoryPointer<RInt> count,
) => _module.LoadCodepoints(text, count);