Go to the source code of this file.
Defines | |
#define | CHECK_MEMORY(ptr) |
Functions | |
int | glh_extension_supported (const char *extension) |
const char * | glh_get_unsupported_extensions () |
int | glh_init_extensions (const char *origReqExts) |
void | glh_shutdown_extensions () |
#define CHECK_MEMORY | ( | ptr | ) |
if (NULL == ptr) { \ printf("Error allocating memory in file %s, line %d\n", __FILE__, __LINE__); \ exit(-1); \ }
Definition at line 43 of file glh_extensions.h.
int glh_extension_supported | ( | const char * | extension | ) |
const char* glh_get_unsupported_extensions | ( | ) |
int glh_init_extensions | ( | const char * | origReqExts | ) |