Method

CoglDriverGLget_gl_extensions

Declaration [src]

char**
cogl_driver_gl_get_gl_extensions (
  CoglDriverGL* driver,
  CoglRenderer* renderer
)

Description

No description available.

Parameters

renderer

Type: CoglRenderer

No description available.

The data is owned by the caller of the method.

Return value

Type: An array of utf8

A NULL-terminated array of extension strings.

The array is NULL-terminated.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.