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

Use VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT when DI is enabled #1111

Closed
cwfitzgerald opened this issue Dec 29, 2020 · 0 comments · Fixed by #1995
Closed

Use VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT when DI is enabled #1111

cwfitzgerald opened this issue Dec 29, 2020 · 0 comments · Fixed by #1995
Assignees
Labels
area: performance How fast things go type: enhancement New feature or request

Comments

@cwfitzgerald
Copy link
Member

Description

Intel doesn't support high counts of bindings in one bind group (250 being the limit) without using UPDATE_AFTER_BIND_BIT on the descriptors. It's my impression that there are no extra requirements for it, so we should enable it on the descriptors, sets, and pools in the vulkan backend when DI is enabled.

I need to double-check things before we implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: performance How fast things go type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant