Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: baldurk/renderdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.x
Choose a base ref
...
head repository: artyomd/renderdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Sep 27, 2024

  1. fix vulkan layer loading for macos

    use the same VK_LAYER_EXPORT as in linux and android as the vulkan loader couldn't find the symbols in the layer, add VK_KHR_PORTABILITY_ENUMERATION extension to the supported extensions as the vulkan driver on macOS is not fully  conformant Vulkan implementation. Add the flags parameter in VkInitParams as VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR should be used in case if VK_KHR_PORTABILITY_ENUMERATION extension is being enabled.
    artyomd committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4054fe5 View commit details
    Browse the repository at this point in the history
Loading