Strange default flags on AllocationCreateInfo
mankeywitz opened this issue · 2 comments
mankeywitz commented
The default trait implementation of AllocationCreateInfo adds DEVICE_LOCAL in the list of required flags of an allocation. This makes it impossible to create a CPU visible buffer using the usage parameter without also overriding required_flags.
LaylBongers commented
I've fixed this in #4
gwihlidal commented
Thanks, will merge and release