-
Notifications
You must be signed in to change notification settings - Fork 231
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
Fixing vendor-specific/tied memory property flag detection #771
Fixing vendor-specific/tied memory property flag detection #771
Conversation
(cherry picked from commit d9fca6e)
Dear @MarkCallow , this should fix the reported issue. Though would appreciate a quick smoke test on the M2 device as well just to be sure. |
It works. |
For orthogonality please add `ktxTexture[12]_VkUploadEx_WithSuballocator wrappers to vkloader.c. I hadn't noticed they weren't there in the previous PR. |
All done! Let me know if this suffices. 🙏 |
Thanks again. |
You're very welcome Mark. I feel privileged to have been able to contribute. |
…#771) * Add ktxTexture1/2 wrappers as well.
…#771) * Add ktxTexture1/2 wrappers as well.
…#771) * Add ktxTexture1/2 wrappers as well.
…#771) * Add ktxTexture1/2 wrappers as well.
…#771) * Add ktxTexture1/2 wrappers as well.
Fixing vendor-specific/tied memory property flag detection for
vkloadtests
's VMA wrapper.