![]() |
TinyGL 0.4.1 for MinGW
|
Go to the source code of this file.
Data Structures | |
struct | ostgl_context |
Functions | |
ostgl_context * | ostgl_create_context (const int xsize, const int ysize, const int depth, void **framebuffers, const int numbuffers) |
void | ostgl_delete_context (ostgl_context *context) |
void | ostgl_make_current (ostgl_context *context, const int index) |
void | ostgl_resize (ostgl_context *context, const int xsize, const int ysize, void **framebuffers) |
ostgl_context * ostgl_create_context | ( | const int | xsize, |
const int | ysize, | ||
const int | depth, | ||
void ** | framebuffers, | ||
const int | numbuffers | ||
) |
Definition at line 11 of file oscontext.c.
void ostgl_delete_context | ( | ostgl_context * | context | ) |
Definition at line 51 of file oscontext.c.
void ostgl_make_current | ( | ostgl_context * | context, |
const int | index | ||
) |
Definition at line 67 of file oscontext.c.
void ostgl_resize | ( | ostgl_context * | context, |
const int | xsize, | ||
const int | ysize, | ||
void ** | framebuffers | ||
) |
Definition at line 75 of file oscontext.c.