mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-14 09:06:11 +00:00
RenderDoc uses presents as the points to start and end a capture, so to debug test we have to do the following: TEST_F(...) while(true) { // All the test code SwapBuffers(); } }