Port the stale math-nodes and raster-nodes tests onto record wires

This commit is contained in:
Dennis Kobert
2026-08-11 09:54:48 +00:00
parent 264601c5f7
commit fb94d99807
2 changed files with 108 additions and 31 deletions

View File

@@ -69,7 +69,7 @@ mod test {
fn test_image_color_palette() {
let result = image_color_palette(
&(),
List::new_from_element(Raster::new_cpu(Image {
&List::new_from_element(Raster::new_cpu(Image {
width: 100,
height: 100,
data: vec![Color::from_rgbaf32(0., 0., 0., 1.).unwrap(); 10000],