vmaCreateBuffer() fails on Raspberry Pi with Mesa drivers when called with VMA_MEMORY_USAGE_AUTO and VMA_ALLOCATION_CREATE_HOST_ACCESS_RANDOM_BIT. #362
Labels
bug
Something isn't working
compatibility
Compatibility with some platforms
next release
To be done as soon as possible
Call to
vmaCreateBuffer()
fails when called withVMA_MEMORY_USAGE_AUTO
andVMA_ALLOCATION_CREATE_HOST_ACCESS_RANDOM_BIT
as random host access requiresVK_MEMORY_PROPERTY_HOST_CACHED_BIT
. However, there is no memory type with such properties available on Raspberry Pi. Here is an excerpt fromvulkaninfo
:I would expect that such a broad request would return something usable on any platform.
Is this the intended behaviour?
The text was updated successfully, but these errors were encountered: