GLContext.getProcAddressWithPlatform

Attempts to use the context_type specific GetProcAddress implementations to retrieve name.

See also gstgl.glcontext.GLContext.getProcAddress.

class GLContext
static
void*
getProcAddressWithPlatform

Parameters

contextType gstgl.types.GLPlatform

a #GstGLPlatform

glApi gstgl.types.GLAPI

a #GstGLAPI

name string

the name of the function to retrieve

Return Value

Type: void*

a function pointer for name, or null