Skip to content

macOS and iOS: Disabling Vulkan renderer keeps MoltenVK #2

@Destructor17

Description

@Destructor17

Possible solution:

On macOS, replace MoltenVK shared library with tiny stub, empty file ore something like that, because it is loaded at runtime with dlopen.

On iOS, put MoltenVK static library into GFXStream implementation, and add empty vkGetInstanceProcAddr in GFXStream stub, since vkGetInstanceProcAddr it is linked strongly to ensure MoltenVK static library is actually linked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglow

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions