end2end: Add blend state tests

This commit is contained in:
Austin Eng 2017-08-01 14:20:43 -04:00 committed by Austin Eng
parent 1f6141e38a
commit 18163f1223
3 changed files with 1031 additions and 0 deletions

View File

@ -69,6 +69,7 @@ NXTInternalTarget("tests" nxt_unittests)
add_executable(nxt_end2end_tests
${END2END_TESTS_DIR}/BasicTests.cpp
${END2END_TESTS_DIR}/BufferTests.cpp
${END2END_TESTS_DIR}/BlendStateTests.cpp
${END2END_TESTS_DIR}/CopyTests.cpp
${END2END_TESTS_DIR}/DepthStencilStateTests.cpp
${END2END_TESTS_DIR}/InputStateTests.cpp

View File

@ -97,6 +97,7 @@ NXTTest::~NXTTest() {
readbackSlots.clear();
queue = nxt::Queue();
device = nxt::Device();
swapchain = nxt::SwapChain();
delete binding;
binding = nullptr;

File diff suppressed because it is too large Load Diff