Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INDIRECT_EXECUTION downlevel flag not set on 2080SUPER, driver 527.56, vulkan backend #3318

Closed
apessino opened this issue Dec 20, 2022 · 2 comments · Fixed by #3319
Closed

Comments

@apessino
Copy link

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

@cwfitzgerald
Copy link
Member

Likely caused by #3316

@apessino
Copy link
Author

Indeed that was the issue - thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants