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.
|
|
Add new vulkan_screen.h header to BUILD.gn
fixes #187
|
|
Not all Linux platforms will have X11 available (Wayland, GGP), so we have to
declare a variable that checks use_x11 separately.
|
|
This is conditional upon defining a variable 'is_ggp'. The variable is
optional.
|
|
BUILD.gn does not define VK_USE_PLATFORM_METAL_EXT for MacOS
|
|
|