summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan/vk-module.h
AgeCommit message (Collapse)Author
2021-07-19Enable swiftshader in linux CI builds (#1909)Yong He
2021-07-09Enable testing with Swiftshader. (#1906)Yong He
2021-01-06Refactor GUI/Window utils out of gfx library (#1649)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2019-09-13Refactor render-test to make cross platform (#1053)jsmall-nvidia
* 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.