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

Fix codegen for shader with only bindless ssbo #2276

Merged

Conversation

Try
Copy link
Contributor

@Try Try commented Feb 4, 2024

forward declaration of

template<typename T>
struct spvDescriptorArray;

been missing, and without it template specialization is not compilable.

Issue wasn't triggered before, due to bindless ubo/texture/tlas/etc will emit full template and hide the issue.

@HansKristian-Work HansKristian-Work merged commit 3198ac2 into KhronosGroup:main Feb 5, 2024
6 checks passed
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 this pull request may close these issues.

2 participants