Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Not working after update on Arch #13

Description

@ashy1227

After trying to compile:

/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>’

Hasn't been working for about a week or so

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions