rlGetProcAddress function

MemoryPointer<RVoid> rlGetProcAddress(
  1. MemoryPointer<RChar> procName
)

See RaylibRlglFlatModule.rlGetProcAddress.

Implementation

MemoryPointer<RVoid> rlGetProcAddress(
  MemoryPointer<RChar> procName,
) => _module.rlGetProcAddress(procName);