summaryrefslogtreecommitdiffstats
path: root/tools/gfx/vulkan/vk-module.cpp
Commit message (Collapse)AuthorAge
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* macos/vulkan support (#3418)skallweitNV2023-12-18
|
* Enable swiftshader in linux CI builds (#1909)Yong He2021-07-19
|
* Enable testing with Swiftshader. (#1906)Yong He2021-07-09
|
* Refactor render-test to make cross platform (#1053)jsmall-nvidia2019-09-13
* First pass of render-test refactor. * Make window construction a function that can choose an implementation. * Remove OpenGL as currently has windows dependency. * Disable Vulkan as Renderer impl has dependency on windows. * Pass Window in as parameter of 'update'. * Add win-window.cpp as was missing. * Fix warning on windows about signs during comparison.