You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
When trying to compile this with apple clang 11 I get compilation errors:
explicit specialization of 'vk::FlagTraitsvma::AllocationCreateFlagBits' after instantiation
explicit specialization of 'vk::FlagTraitsvma::AllocatorCreateFlagBits' after instantiation
explicit specialization of 'vk::FlagTraitsvma::PoolCreateFlagBits' after instantiation
explicit specialization of 'vk::FlagTraitsvma::RecordFlagBits' after instantiation
It's fixed by moving the explicit specializations up to just below the enum definition of the FlagBits.
Patched file attached.
When trying to compile this with apple clang 11 I get compilation errors:
explicit specialization of 'vk::FlagTraitsvma::AllocationCreateFlagBits' after instantiation
explicit specialization of 'vk::FlagTraitsvma::AllocatorCreateFlagBits' after instantiation
explicit specialization of 'vk::FlagTraitsvma::PoolCreateFlagBits' after instantiation
explicit specialization of 'vk::FlagTraitsvma::RecordFlagBits' after instantiation
It's fixed by moving the explicit specializations up to just below the enum definition of the FlagBits.
Patched file attached.
vk_mem_alloc.hpp.zip
The text was updated successfully, but these errors were encountered: