summaryrefslogtreecommitdiff
path: root/tools/gfx-unit-test/swap-chain-resize-test.cpp
AgeCommit message (Collapse)Author
2024-11-13Correct include dir for libslang (#5539)Ellie Hermaszewska
This stops adding the repo root to the include path for anything linking with slang. This enabled a bunch of convenient includes, but might lead to confusing behavior for anyone including slang. Not to mention differences including it from an install vs source. Co-authored-by: Yong He <yonghe@outlook.com>
2024-10-29formatEllie Hermaszewska
* format * Minor test fixes * enable checking cpp format in ci
2023-01-06Fix validation errors (and hang) in swapchain resize test (#2578)Ellie Hermaszewska
* Use same format as swapchain for framebuffer in swapchain resize test * Use correct resource state for vertex buffer in swapchain resize test * Call acquireNextImage before drawing to fix validation error in swapchain resize test
2022-06-14Swapchain resize now draws both before and after the resize operation (#2281)lucy96chen
2022-06-02Add simple swapchain resize test (#2249)lucy96chen
* Added swapchain resize test * fixed externals * Rerun CI * Ignore test if swapchain fails to create