![]() |
TinyGL 0.4.1 for MinGW
|
Go to the source code of this file.
Data Structures | |
struct | TinyNGLXContext |
Functions | |
NGLXContext | nglXCreateContext (NGLXContext shareList, int flags) |
void | glXDestroyContext (NGLXContext ctx1) |
int | nglXMakeCurrent (NGLXDrawable drawable, NGLXContext ctx1) |
void | nglXSwapBuffers (NGLXDrawable drawable) |
void glXDestroyContext | ( | NGLXContext | ctx1 | ) |
NGLXContext nglXCreateContext | ( | NGLXContext | shareList, |
int | flags | ||
) |
int nglXMakeCurrent | ( | NGLXDrawable | drawable, |
NGLXContext | ctx1 | ||
) |
void nglXSwapBuffers | ( | NGLXDrawable | drawable | ) |