|
RADPx-OS Kernel (Radical Posix OS)
Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
|
Public data structure for rad_framebuffer_ops. More...
#include <radkernel.h>
Public Attributes | |
| void * | context |
| Public structure field. | |
| rad_status_t(* | flush )(void *context, const rad_framebuffer_rect_t *rect) |
| Public callback slot. | |
| rad_status_t(* | present )(void *context, const rad_framebuffer_present_t *present) |
| Public callback slot. | |
| rad_status_t(* | set_mode )(void *context, const rad_display_mode_t *mode) |
| Public callback slot. | |
| rad_status_t(* | blank )(void *context, int blanked) |
| Public callback slot. | |
| uint64_t(* | get_vsync_counter )(void *context) |
| Public callback slot. | |
Public data structure for rad_framebuffer_ops.