|
libtransistor
A userland library for the Nintendo Switch
|
Display data structures and functions. More...


Go to the source code of this file.
Data Structures | |
| struct | display_t |
| Represents a physical display. More... | |
Functions | |
| result_t | display_init () |
| Initialize Display. | |
| result_t | display_open_layer (surface_t *surface) |
| Open a display layer. More... | |
| result_t | display_get_vsync_event (revent_h *event) |
| Get a V-Sync event. More... | |
| void | display_close_layer (surface_t *surface) |
| Close a display layer. More... | |
| void | display_finalize () |
| Finalize Display. | |
Display data structures and functions.
| void display_close_layer | ( | surface_t * | surface | ) |
Close a display layer.
| surface | Surface to close |
1.8.6