GLContext.defaultGetProcAddress

void * defaultGetProcAddress(gstgl.types.GLAPI glApi, string name)

A default implementation of the various GetProcAddress functions that looks for name in the OpenGL shared libraries or in the current process.

See also: [gstgl.glcontext.GLContext.getProcAddress]

Parameters

glApia #GstGLAPI
namethen function to get the address of

Returns

an address pointing to name or null