dawn-cmake/src/tests
Corentin Wallez bcee1e5981 NXTTest: expose SwapBuffers to test to make it easy to RenderDoc
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();
    }
}
2017-07-13 15:41:43 -04:00
..
end2end Fix framebuffer dimensions in InputStateTest 2017-07-13 15:41:43 -04:00
unittests Fix framebuffer dimensions in InputStateTest 2017-07-13 15:41:43 -04:00
CMakeLists.txt Enable warnings on non-MSVC 2017-07-10 19:35:21 -04:00
End2EndTestsMain.cpp Introduce end2end tests. 2017-06-22 09:56:30 -07:00
NXTTest.cpp NXTTest: expose SwapBuffers to test to make it easy to RenderDoc 2017-07-13 15:41:43 -04:00
NXTTest.h NXTTest: expose SwapBuffers to test to make it easy to RenderDoc 2017-07-13 15:41:43 -04:00
UnittestsMain.cpp Initial commit of all the NXT integration. 2017-04-20 14:38:20 -04:00