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...