Skip to content

macOS and iOS: Disabling Vulkan renderer keeps MoltenVK #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    low importanceSomething not very important

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions