The update_pixels example, which demonstrates using graphics_update_region for rendering squares, is not working properly.
This is how it renders right now ( 13e7e0f ):
Tested on Windows 11, on Rust 1.92.0. Minimum reproductions is just running cargo run --example update_pixels.
The update_pixels example, which demonstrates using graphics_update_region for rendering squares, is not working properly.
This is how it renders right now ( 13e7e0f ):
Tested on Windows 11, on Rust 1.92.0. Minimum reproductions is just running
cargo run --example update_pixels.