zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
glew_init_tail.c File Reference

Go to the source code of this file.

Functions

const GLubyte *GLEWAPIENTRY glewGetErrorString (GLenum error)
 
const GLubyte *GLEWAPIENTRY glewGetString (GLenum name)
 
GLenum GLEWAPIENTRY glewInit (void)
 
GLenum GLEWAPIENTRY glxewContextInit (void)
 

Variables

GLboolean glewExperimental = GL_FALSE
 

Function Documentation

const GLubyte* GLEWAPIENTRY glewGetErrorString ( GLenum  error)

Definition at line 3 of file glew_init_tail.c.

Referenced by Zeni::Video_GL_Shader::init(), Zeni::Video_GL_Fixed::init(), and main().

const GLubyte* GLEWAPIENTRY glewGetString ( GLenum  name)

Definition at line 17 of file glew_init_tail.c.

Referenced by main().

GLenum GLEWAPIENTRY glewInit ( void  )

Definition at line 43 of file glew_init_tail.c.

Referenced by Zeni::Video_GL_Shader::init(), Zeni::Video_GL_Fixed::init(), and main().

GLenum GLEWAPIENTRY glxewContextInit ( void  )

Variable Documentation

GLboolean glewExperimental = GL_FALSE

Definition at line 33 of file glew_init_tail.c.

Referenced by glewContextInit(), glxewContextInit(), and main().