#include <stdio.h>#include <stdlib.h>#include <string.h>#include <GL/glew.h>#include <GL/glxew.h>Functions | |
| GLboolean | glewCreateContext (const char *display, int *visual) |
| GLboolean | glewParseArgs (int argc, char **argv, char **display, int *visual) |
| void | glewDestroyContext () |
| static void | glewPrintExt (const char *name, GLboolean def1, GLboolean def2, GLboolean def3) |
| static void | glewInfoFunc (const char *name, GLint undefined) |
| static void | glewInfo (void) |
| static void | glxewInfo () |
| int | main (int argc, char **argv) |
Variables | |
| static FILE * | f |
| Display * | dpy = NULL |
| XVisualInfo * | vi = NULL |
| XVisualInfo * | vis = NULL |
| GLXContext | ctx = NULL |
| Window | wnd = 0 |
| Colormap | cmap = 0 |
| GLboolean glewCreateContext | ( | const char * | display, | |
| int * | visual | |||
| ) |
| void glewDestroyContext | ( | ) |
| static void glewInfo | ( | void | ) | [static] |
| static void glewInfoFunc | ( | const char * | name, | |
| GLint | undefined | |||
| ) | [static] |
| GLboolean glewParseArgs | ( | int | argc, | |
| char ** | argv, | |||
| char ** | display, | |||
| int * | visual | |||
| ) |
| static void glewPrintExt | ( | const char * | name, | |
| GLboolean | def1, | |||
| GLboolean | def2, | |||
| GLboolean | def3 | |||
| ) | [static] |
| static void glxewInfo | ( | ) | [static] |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| Colormap cmap = 0 |
| GLXContext ctx = NULL |
| Display* dpy = NULL |
FILE* f [static] |
| XVisualInfo* vi = NULL |
| XVisualInfo* vis = NULL |
| Window wnd = 0 |
1.5.1-p1