pub fn push_framebuffer_to_context()Expand description
Push a new drawing context for drawing into the display framebuffer.
This function is shorthand for Graphics::push_framebuffer_to_context,
using default ZST end-point.
Equivalent to sys::ffi::playdate_graphics::pushContext.