Age | Commit message (Collapse) | Author |
|
|
|
|
|
Wayland headers can be found in multiple directories. Use an array to
specify those include directories.
|
|
|
|
Improve support for environments without wayland in their system include
directories, by adding the vulkan_wayland_include_dir variable which can
be defined in build_overrides.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Following the approach taken with XCB, add support for Wayland based on
user-defined variable.
|
|
Notably includes fix for
https://github.com/KhronosGroup/Vulkan-Hpp/issues/1167 which is blocking
downstream CI systems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The old description referred to a person who no longer is responsible for those files.
I prefer to update the link to refer to the Vulkan-Loader so future changes in ownership
don't require updating this repo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also includes new header files generated by Vulkan-Hpp. Previously
everything went into the monolithic header vulkan.hpp, which had grown
very long. Now different types of interfaces are segregated into
different files.
|
|
|
|
|
|
|
|
|
|
|