Compounds | |
struct | DisplayAssoc |
Defines | |
#define | QUIT 99 |
Functions | |
Gan_Bool | gan_image_display (Gan_Image *img) |
Displays an image using OpenGL. | |
Gan_Bool | gan_display_new_window (int height, int width, double zoom, char *name, int offset_r, int offset_c, int *window_id) |
Creates an OpenGL display window. | |
Gan_Bool | gan_display_new_window_array (int rows, int cols, int height, int width, double zoom, char *name, int offset_r, int offset_c, int *window_id, int **subwindow_id) |
Creates an OpenGL display window with subwindows. | |
void | gan_image_display_free_windows (void) |
Frees image display stuff. | |
Gan_Bool | gan_image_display_new_window (Gan_Image *img, double zoom, char *name, int offset_r, int offset_c, int *window_idp) |
Displays an image using OpenGL. | |
Variables | |
Gan_List * | list = NULL |
|
Creates an OpenGL display window.
|
|
Creates an OpenGL display window with subwindows.
malloc().
|
|
Displays an image using OpenGL.
glDrawPixels(). Assumes that the graphics window has already been set up in a way similar to the procedure in gan_image_display_new_window().
|
|
Frees image display stuff.
|
|
Displays an image using OpenGL.
|