gwihlidal/vk-mem-rs

Strange default flags on AllocationCreateInfo

mankeywitz opened this issue · 2 comments

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.

I've fixed this in #4

Thanks, will merge and release