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: KhronosGroup/Vulkan-Headers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.241
Choose a base ref
...
head repository: KhronosGroup/Vulkan-Headers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.242
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 17, 2023

  1. Add -Wno-redundant-parens to BUILD.gn

    The SC vk.xml merge added extra parentheses to the
    VK_DEFINE_NON_DISPATCHABLE_HANDLES macro in order to satisfy MISRA rule
    20.7.  Make sure this doesn't break downstream builds that would
    otherwise warn about them.
    mikes-lunarg authored and juan-lunarg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6c68315 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. cmake: Update min to 3.15

    - Removes conditional 3.15 logic
    - Guarantees usage of --install/--loglevel
    juan-lunarg committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    115820a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    a3dd265 View commit details
    Browse the repository at this point in the history
Loading