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 was archived by the owner on Apr 15, 2022. It is now read-only.
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::AllocationCreateFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:108:45: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::AllocationCreateFlagBits>’
719 | return Flags<BitType>( m_mask ^ FlagTraits<BitType>::allFlags );
| ^~~~~~~~
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::AllocatorCreateFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:169:44: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::AllocatorCreateFlagBits>’
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::DefragmentationFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:210:44: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::DefragmentationFlagBits>’
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::PoolCreateFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:251:39: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::PoolCreateFlagBits>’
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::RecordFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:288:35: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::RecordFlagBits>’
In file included from /home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:5,
from /home/ashley/Programming/zombie-hunter/src/main/main.cpp:2:
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::AllocationCreateFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:108:45: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::AllocationCreateFlagBits>’
719 | return Flags<BitType>( m_mask ^ FlagTraits<BitType>::allFlags );
| ^~~~~~~~
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::AllocatorCreateFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:169:44: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::AllocatorCreateFlagBits>’
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::DefragmentationFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:210:44: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::DefragmentationFlagBits>’
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::PoolCreateFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:251:39: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::PoolCreateFlagBits>’
/usr/include/vulkan/vulkan.hpp: In instantiation of ‘constexpr vk::Flags<BitType> vk::Flags<BitType>::operator~() const [with BitType = vma::RecordFlagBits]’:
/home/ashley/Programming/zombie-hunter/lib/vma/vk_mem_alloc.hpp:288:35: required from here
/usr/include/vulkan/vulkan.hpp:719:60: error: ‘allFlags’ is not a member of ‘vk::FlagTraits<vma::RecordFlagBits>’
After trying to compile:
Hasn't been working for about a week or so