GLUS
Functions
glus_extension.h File Reference

Go to the source code of this file.

Functions

GLUSAPI GLUSboolean GLUSAPIENTRY glusExtensionIsSupported (const GLUSchar *extension)
 Checks, if an OpenGL extension is supported. More...
 
GLUSAPI void *GLUSAPIENTRY glusExtensionGetFuncAddress (const GLUSchar *procname)
 Gathers the function pointer of an extension. More...
 

Function Documentation

GLUSAPI void* GLUSAPIENTRY glusExtensionGetFuncAddress ( const GLUSchar procname)

Gathers the function pointer of an extension.

Parameters
procnameThe name of the function.
Returns
The function pointer.
GLUSAPI GLUSboolean GLUSAPIENTRY glusExtensionIsSupported ( const GLUSchar extension)

Checks, if an OpenGL extension is supported.

Parameters
extensionThe name of the extension.
Returns
GLUS_TRUE, if the given extension is supported.