fn _flyweight_render_images(
resource_manager: &BigResourceManager,
images: &Vec<FlyweightImage>,
display: &mut Display
)
Expand description
Render the given images into the display, drawing on the big resource “image” found in the given Big Resource Manager.