VSF Documented
|
#include "../../vsf_tgui.h"
Macros | |
#define | __VSF_DISP_CLASS_INHERIT__ |
#define | __VSF_TGUI_CLASS_INHERIT |
Functions | |
vsf_tgui_region_t * | vsf_tgui_v_refresh_loop_begin (vsf_tgui_t *gui_ptr, const vsf_tgui_region_t *planned_refresh_region_ptr) |
begin a refresh loop ! | |
bool | vsf_tgui_v_refresh_loop_end (vsf_tgui_t *gui_ptr) |
void | vsf_tgui_v_bind_disp (vsf_tgui_t *gui_ptr, vk_disp_t *disp, void *pfb, size_t pfb_size) |
#define __VSF_DISP_CLASS_INHERIT__ |
#define __VSF_TGUI_CLASS_INHERIT |
vsf_tgui_region_t * vsf_tgui_v_refresh_loop_begin | ( | vsf_tgui_t * | gui_ptr, |
const vsf_tgui_region_t * | planned_refresh_region_ptr | ||
) |
begin a refresh loop !
gui_ptr | the tgui object address ! |
planned_refresh_region_ptr | the planned refresh region ! |
NULL | No need to refresh (or rendering service is not ready) ! |
!NULL | The actual refresh region ! ! |
bool vsf_tgui_v_refresh_loop_end | ( | vsf_tgui_t * | gui_ptr | ) |