Function
Coglget_proc_address
Declaration [src]
GCallback
cogl_get_proc_address (
const char* name
)
Description [src]
Gets a pointer to a given GL or GL ES extension function. This acts as a wrapper around glXGetProcAddress() or whatever is the appropriate function for the current backend.
This function is not directly available to language bindings |
Parameters
name |
const char* |
The name of the function. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GCallback |
A pointer to the requested function or |