Represents a physical display.
Definition: display.h:19
A surface that can be drawn to.
Definition: surface.h:30
result_t display_init()
Initialize Display.
uint32_t result_t
Function result.
Definition: types.h:51
void display_finalize()
Finalize Display.
handle_t revent_h
revent handle
Definition: types.h:47
result_t display_get_vsync_event(revent_h *event)
Get a V-Sync event.
void display_close_layer(surface_t *surface)
Close a display layer.
Display surface data structures and functions.
result_t display_open_layer(surface_t *surface)
Open a display layer.