pub fn clear_context()
Expand description

Resets drawing context for drawing into the system display framebuffer.

So drawing functions will use the display framebuffer.

This function is shorthand for Graphics::clear_context, using default ZST end-point.

Equivalent to sys::ffi::playdate_graphics::pushContext.