Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aot] Fixed vulkan texture usage export (#6519)
`alloc_info.usage` is the usage of memory allocation, to inform VMA how we gonna use the memory (for example, is it host accessible?) While `image_info.usage` is the one that should be exported.
- Loading branch information