aboutsummaryrefslogtreecommitdiff
path: root/ports/vulkan
AgeCommit message (Collapse)Author
2019-09-09Fix how to use VULKAN_SDK under Visual Studio (#8092)Sean Farrell
Environment variables are referenced with brackets not curly braces. Copying and using the line will not result frustration.
2019-03-04[vulkan] add missing license file (#5531)Connor Fitzgerald
2019-03-04[vulkan] Add usage information (#5533)Connor Fitzgerald
2019-02-28[vulkan] fix include path on linux (#5486)Connor Fitzgerald
The path used a capital `I` in include, whereas linux uses lower case.
2019-02-07[vulkan] fix license copying on macOS (#5319)Lassi
* Check if license exists in root of VULKAN_DIR, otherwise try one directory higher * [vulkan] Bump control version
2018-11-14Vulkan port (#4664)Mark Ian Holland
* [Vulkan] Add a vulkan port based on the cuda port * Add VULKAN_SDK env variable to whitelist * * Added some additional diagnostic information * Corrected if NOT exists statement