Defines | Functions
glh_extensions.h File Reference
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <GL/gl.h>
#include <GL/glext.h>
Include dependency graph for glh_extensions.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define CHECK_MEMORY (   ptr)
Value:
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.


Function Documentation

int glh_extension_supported ( const char *  extension)
int glh_init_extensions ( const char *  origReqExts)


nao_openni
Author(s): Bener SUAY
autogenerated on Mon Jan 6 2014 11:27:51