-
Notifications
You must be signed in to change notification settings - Fork 196
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
Any reason for not having descriptorIndexing extension not having it's own type? #856
Comments
What extension do you think is missing? "descriptorIndexing" is not the name of a Vulkan extension. |
I was referring to about a struct inside the |
Again, which extension do think is missing a struct? What is its name? |
The consistency is that extensions without functions do not have a hand-written extension wrapper in Maybe this might change when the layout of extensions, functions and wrappers is restructured in the bindings. EDIT:
There are many function-less extensions, this would be a rather massive undertaking. |
We've refactored the layout of extension modules completely in #894, in the next release all names will be available under |
I would like to know if there is any reason in particular to not having this implemented descriptorIndexing.
I know that, ExtDescriptorIndexingFn exists but I am curious about this is it because it is a newer extension?
This small change will help keep the interface consistant.
The text was updated successfully, but these errors were encountered: