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
After updating today, my desktop apps no longer run because the INDIRECT_EXECUTION downlevel flag is not set. Latest NVidia studio driver on a 2080 SUPER using the vulkan backend, windows 10. A call to downlevel_capabilities.is_webgpu_compliant() returns false, as expected.
All other downlevel flags are set (get_downlevel_capabilities() returns 0x7FFFB) but the indirect bit is 0 for some reason. This adapter obviously supports indirect drawing/calls, and the flag is set if I use the DX12 backend.
Any suggestions as to what could be causing this on vulkan? Thanks...
The text was updated successfully, but these errors were encountered:
After updating today, my desktop apps no longer run because the
INDIRECT_EXECUTION
downlevel flag is not set. Latest NVidia studio driver on a 2080 SUPER using the vulkan backend, windows 10. A call todownlevel_capabilities.is_webgpu_compliant()
returnsfalse
, as expected.All other downlevel flags are set (
get_downlevel_capabilities()
returns 0x7FFFB) but the indirect bit is 0 for some reason. This adapter obviously supports indirect drawing/calls, and the flag is set if I use the DX12 backend.Any suggestions as to what could be causing this on vulkan? Thanks...
The text was updated successfully, but these errors were encountered: