Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix performance regression introduced in godotengine#90993
PR godotengine#90993 needed to get rid of VMA_MEMORY_USAGE_AUTO_PREFER_HOST because we no longer used vmaCreateBuffer so we could specify the allocation callbacks. This however resulted in the wrong memory pool being chosen, causing signficant performance slowdown. Indicate additional preferred flags to help VMA select the proper pool. Fixes godotengine#101905
- Loading branch information