Other items ingdk::functions
pub fn test_render_sync(window: &Window)
Retrieves a pixel from window to force the windowing system to carry out any pending rendering commands.
window
This function is intended to be used to synchronize with rendering pipelines, to benchmark windowing system rendering operations.
a mapped Window
Window