summaryrefslogtreecommitdiffstats
path: root/tools/gfx/vulkan
Commit message (Collapse)AuthorAge
...
* Fix for vulkan tests failing (#1456)jsmall-nvidia2020-07-23
| | | | | | | | * Clean up device when VKRenderer dtor is run. Added destroy methods to VulkanSwapChain & VulkanDeviceQueue * Small fixes around testing if DeviceQueue is valid. * Disable active-mask tests. Different drivers appear to change the results.
* Only call m_api functions if m_api has been validly set on dtor of ↵jsmall-nvidia2020-07-02
| | | | VulkanDeviceQueue. (#1426)
* 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.