Skip to content

Volk integration for c++20 module #85

@xopp3r

Description

@xopp3r

vk_mem_alloc.hpp provides additional functions like importVulkanFunctionsFromVolk only if VOLK_HEADER_VERSION macro is defined because it uses contents from volk.h. For header version everything is straightforward: include volk before including vma-hpp header. But there is no way for library user to insert macro state into module without manually changing global fragment of vk_mem_alloc.cppm file by including <volk/volk.h> to achieve the same result. Thus making using vma-hpp as module and volk at the same time impossible.

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