pub fn set_images(
render_state: &RenderState,
plot_id: PlotId,
images: &[ImageData],
)Expand description
Upload images to the GPU as the plot’s full image set (replacing any
existing images), preserving order. Requires install to have run first.