R/functions.R
swap_screen_buffer.Rd
Swap back buffer with front buffer (screen drawing).
swap_screen_buffer()
This function has been auto-generated from the following Raylib function definition:
void SwapScreenBuffer(void);
Other screen functions: get_screen_height(), get_screen_to_world_2d(), get_screen_to_world_ray(), get_screen_to_world_ray_ex(), get_screen_width(), get_world_to_screen(), is_cursor_on_screen(), load_image_from_screen()
get_screen_height()
get_screen_to_world_2d()
get_screen_to_world_ray()
get_screen_to_world_ray_ex()
get_screen_width()
get_world_to_screen()
is_cursor_on_screen()
load_image_from_screen()
if (FALSE) { swap_screen_buffer() }