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
Creating a new lib via cargo, adding rendy as dependency and building(with the nightly version) it gives me the following error while compiling rendy-resource: E0308
expected type &<B as gfx_hal::Backend>::Device
found type &impl gfx_hal::Device<B>
I am pretty new to rust and rendy, so it may just be a stupid mistake on my side.
The text was updated successfully, but these errors were encountered:
Creating a new lib via cargo, adding rendy as dependency and building(with the nightly version) it gives me the following error while compiling rendy-resource: E0308
expected type
&<B as gfx_hal::Backend>::Device
found type
&impl gfx_hal::Device<B>
I am pretty new to rust and rendy, so it may just be a stupid mistake on my side.
The text was updated successfully, but these errors were encountered: