Age | Commit message (Collapse) | Author |
|
|
|
- use -DVULKANSC=ON instead of -DVulkanSC=TRUE
|
|
|
|
|
|
- video headers don't exist on this branch (and are not supported for Vulkan SC)
- loader interface files need to use vulkansc include instead of vulkan
- update documentation
|
|
|
|
release.
Remove the generated Vulkan headers. New Vulkan SC generated files will
be added in the initial public release tag.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix it.
|
|
|