UnloadCodepoints function

void UnloadCodepoints(
  1. MemoryPointer<RInt> codepoints
)

See RaylibCoreFlatModule.UnloadCodepoints.

Implementation

void UnloadCodepoints(
  MemoryPointer<RInt> codepoints,
) => _module.UnloadCodepoints(codepoints);