Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "volk" instead of statically linked Vulkan loader. | bruvzg | 2021-08-12 | 1 | -1056/+0 |
| | |||||
* | SCons: Streamline Vulkan buildsystem + fixups | Rémi Verschelde | 2020-02-11 | 1 | -0/+0 |
| | | | | | | | | | | | - Renamed option to `builtin_vulkan`, since that's the name of the library and if we were to add new components, we'd likely use that same option. - Merge `vulkan_loader/SCsub` in `vulkan/SCsub`. - Accordingly, don't use built-in Vulkan headers when not building against the built-in loader library. - Drop Vulkan registry which we don't appear to need currently. - Style and permission fixes. | ||||
* | Add static Vulkan loader. | bruvzg | 2020-02-11 | 1 | -0/+1056 |
Initial Vulkan support for Windows. Initial Vulkan support for macOS. |