D:/TU/visualisierung/abgabe FlowVis/src/external/glew/src/visualinfo.c File Reference

#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 Documentation

typedef struct GLContextStruct GLContext


Function Documentation

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  ) 


Variable Documentation

GLContext ctx

char* display = NULL

int displaystdout = 0

int drawableonly = 0

FILE* file = 0

int showall = 0

int verbose = 0

int visual = -1


Generated on Wed Jan 17 13:07:37 2007 for FlowVis by  doxygen 1.5.1-p1