LoadUTF8 function

MemoryPointer<RChar> LoadUTF8(
  1. MemoryPointer<RInt> codepoints,
  2. int length
)

See RaylibCoreFlatModule.LoadUTF8.

Implementation

MemoryPointer<RChar> LoadUTF8(
  MemoryPointer<RInt> codepoints,
  int length,
) => _module.LoadUTF8(codepoints, length);