![]() |
TinyGL 0.4.1 for MinGW
|
Go to the source code of this file.
Typedefs | |
| typedef void * | NGLXContext |
| typedef GR_DRAW_ID | NGLXDrawable |
Functions | |
| NGLXContext | nglXCreateContext (NGLXContext shareList, int flags) |
| void | nglXDestroyContext (NGLXContext ctx) |
| int | nglXMakeCurrent (NGLXDrawable drawable, NGLXContext ctx) |
| void | nglXSwapBuffers (NGLXDrawable drawable) |
| typedef void* NGLXContext |
| typedef GR_DRAW_ID NGLXDrawable |
| NGLXContext nglXCreateContext | ( | NGLXContext | shareList, |
| int | flags | ||
| ) |
| void nglXDestroyContext | ( | NGLXContext | ctx | ) |
| int nglXMakeCurrent | ( | NGLXDrawable | drawable, |
| NGLXContext | ctx | ||
| ) |
| void nglXSwapBuffers | ( | NGLXDrawable | drawable | ) |