rlGetProcAddress method

Pointer<Void> rlGetProcAddress(
  1. Pointer<Char> procName
)

Get OpenGL procedure address

Implementation

Pointer<Void> rlGetProcAddress(Pointer<Char> procName)
  => _rlGetProcAddress(procName);