rs_window.h File Reference
#include "renderstack/rs.h"
#include "renderstack/rs_rectangle.h"
Go to the source code of this file.
Function Documentation
RS_BEGIN_EXTERN_C void rs_window_fullscreen |
( |
int * |
width, |
|
|
int * |
height | |
|
) |
| | |
int rs_window_create |
( |
struct rs_window * |
window |
) |
|
void rs_window_destroy |
( |
struct rs_window * |
window |
) |
|
void rs_window_show |
( |
struct rs_window * |
window |
) |
|
void rs_window_hide |
( |
struct rs_window * |
window |
) |
|
void rs_window_swap_buffers |
( |
struct rs_window * |
window |
) |
|
void rs_window_reshape |
( |
struct rs_window * |
window |
) |
|
int rs_window_make_current |
( |
struct rs_window * |
window |
) |
|