Skip to main content

upload_framebuffer

Function upload_framebuffer 

Source
pub fn upload_framebuffer(
    fb: &Framebuffer,
    canvas_id: &str,
) -> Result<(), String>
Expand description

Native-platform stub — always returns Ok(()).

On wasm32 + canvas-2d the real implementation is active.