![]() |
TinyGL 0.4.1 for MinGW
|
#include <GL/gl.h>
Go to the source code of this file.
Macros | |
#define | MWPF_TRUECOLOR565 99 |
Typedefs | |
typedef void * | GDIContext |
Functions | |
GDIContext | gdiCreateContext (GDIContext shareList, int flags) |
void | gdiDestroyContext (GDIContext ctx) |
int | gdiMakeCurrent (HWND drawable, GDIContext ctx, int width, int height) |
void | gdiSwapBuffers (HWND drawable) |
typedef void* GDIContext |
GDIContext gdiCreateContext | ( | GDIContext | shareList, |
int | flags | ||
) |
void gdiDestroyContext | ( | GDIContext | ctx | ) |
int gdiMakeCurrent | ( | HWND | drawable, |
GDIContext | ctx, | ||
int | width, | ||
int | height | ||
) |