RADLib
RADical C++ application framework
rad_framebuffer_ops Struct Reference

#include <radekernel.h>

Public Attributes

void * context
 
rad_status_t(* flush )(void *context, const rad_framebuffer_rect_t *rect)
 
rad_status_t(* set_mode )(void *context, const rad_display_mode_t *mode)
 
rad_status_t(* blank )(void *context, int blanked)
 
uint64_t(* get_vsync_counter )(void *context)
 

Member Data Documentation

◆ blank

rad_status_t(* rad_framebuffer_ops::blank) (void *context, int blanked)

◆ context

void* rad_framebuffer_ops::context

◆ flush

rad_status_t(* rad_framebuffer_ops::flush) (void *context, const rad_framebuffer_rect_t *rect)

◆ get_vsync_counter

uint64_t(* rad_framebuffer_ops::get_vsync_counter) (void *context)

◆ set_mode

rad_status_t(* rad_framebuffer_ops::set_mode) (void *context, const rad_display_mode_t *mode)

The documentation for this struct was generated from the following file: