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