Type Definition BitmapRef
screen_13::gpu
type BitmapRef = Rc<Bitmap>;
A helpful alias used to share Bitmap instances used with rendering operations.
Bitmap