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
@hecrj Thanks for your work
It is vulkan backend when I run wgpu-rs's example describe.
Is Iced alaways use vulkan?
If not, how can I check the backend of iced.
If it is not default dx11 or dx12 on windows, How Can I switch to dx11 or dx12?
The text was updated successfully, but these errors were encountered:
@hecrj When I assign Application's setting.antialiasing true, it use dx12 and example will run fine.
But default, wgpu will use PowerPreference default, and it will use vulkan backend on my win10 laptop, but win10's driver does not fully support vulkan. #172
Just for the record, this is caused by wgpu choosing your integrated GPU by default. Once you enable anti-aliasing, the PowerPreference changes to HighPerformance and wgpu chooses your dedicated GPU instead.
@hecrj Thanks for your work
It is vulkan backend when I run wgpu-rs's example describe.
Is Iced alaways use vulkan?
If not, how can I check the backend of iced.
If it is not default dx11 or dx12 on windows, How Can I switch to dx11 or dx12?
The text was updated successfully, but these errors were encountered: