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
I think that all mutable references to wgpu::Device can be replaced by immutable references, considering that wgpu::Device has no &mut self function. Do you think this could be changed?
I can submit a PR myself if you want me to.
Thanks
The text was updated successfully, but these errors were encountered:
I think that all mutable references to wgpu::Device can be replaced by immutable references, considering that wgpu::Device has no
&mut self
function. Do you think this could be changed?I can submit a PR myself if you want me to.
Thanks
The text was updated successfully, but these errors were encountered: