You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
array_layer is moved to other place in Implement write_texture gfx-rs/wgpu#666. I couldn't figure out how this is passed around in nannou, but I hope this shouldn't be very hard to fix.
I needed to add tons of explicit lifetimes as more structs requires it. Not sure if this is just my skill about lifetime is very poor...
The text was updated successfully, but these errors were encountered:
I tried to create a pull request for this, but it seems too difficult to me... So, let me just file an issue.(My failed attempt is here: https://github.com/nannou-org/nannou/compare/master...yutannihilation:poc/wgpu-0.6.0_tmp?expand=1)
Some notes:
map_async()
in Use the new map-async gfx-rs/wgpu-rs#344 and New map_async logic gfx-rs/wgpu#675, there's noBufferReadMapping
anymore. Maybeimage.rs
needs some refactoring?array_layer
is moved to other place in Implement write_texture gfx-rs/wgpu#666. I couldn't figure out how this is passed around in nannou, but I hope this shouldn't be very hard to fix.The text was updated successfully, but these errors were encountered: