#include <stdio.h>#include <stdlib.h>#include <string.h>#include <GL/glew.h>#include <GL/glxew.h>| Classes | |
| struct | GLContextStruct | 
| Typedefs | |
| typedef GLContextStruct | GLContext | 
| Functions | |
| void | InitContext (GLContext *ctx) | 
| GLboolean | CreateContext (GLContext *ctx) | 
| void | DestroyContext (GLContext *ctx) | 
| void | VisualInfo (GLContext *ctx) | 
| void | PrintExtensions (const char *s) | 
| GLboolean | ParseArgs (int argc, char **argv) | 
| int | main (int argc, char **argv) | 
| Variables | |
| int | showall = 0 | 
| int | displaystdout = 0 | 
| int | verbose = 0 | 
| int | drawableonly = 0 | 
| char * | display = NULL | 
| int | visual = -1 | 
| FILE * | file = 0 | 
| GLContext | ctx | 
| typedef struct GLContextStruct GLContext | 
| GLboolean CreateContext | ( | GLContext * | ctx | ) | 
| void DestroyContext | ( | GLContext * | ctx | ) | 
| void InitContext | ( | GLContext * | ctx | ) | 
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) | 
| GLboolean ParseArgs | ( | int | argc, | |
| char ** | argv | |||
| ) | 
| void PrintExtensions | ( | const char * | s | ) | 
| void VisualInfo | ( | GLContext * | ctx | ) | 
| char* display = NULL | 
| int displaystdout = 0 | 
| int drawableonly = 0 | 
| FILE* file = 0 | 
| int showall = 0 | 
| int verbose = 0 | 
| int visual = -1 | 
 1.5.1-p1
 1.5.1-p1