Skip to content

turnip: Use Vulkan 1.1 names instead of KHR

Lina Versace requested to merge linyaa/mesa:turnip-use-1.1-names into turnip

That is, drop KHR from all tokens that were promoted to Vulkan 1.1. The consistency makes ctags more useful (it now jumps directly to the real definitions in vulkan_core.h instead of the typedefs); and it makes the code slightly less verbose.

Edited by Lina Versace

Merge request reports