end2end: Add blend state tests
This commit is contained in:
parent
1f6141e38a
commit
18163f1223
|
@ -69,6 +69,7 @@ NXTInternalTarget("tests" nxt_unittests)
|
||||||
add_executable(nxt_end2end_tests
|
add_executable(nxt_end2end_tests
|
||||||
${END2END_TESTS_DIR}/BasicTests.cpp
|
${END2END_TESTS_DIR}/BasicTests.cpp
|
||||||
${END2END_TESTS_DIR}/BufferTests.cpp
|
${END2END_TESTS_DIR}/BufferTests.cpp
|
||||||
|
${END2END_TESTS_DIR}/BlendStateTests.cpp
|
||||||
${END2END_TESTS_DIR}/CopyTests.cpp
|
${END2END_TESTS_DIR}/CopyTests.cpp
|
||||||
${END2END_TESTS_DIR}/DepthStencilStateTests.cpp
|
${END2END_TESTS_DIR}/DepthStencilStateTests.cpp
|
||||||
${END2END_TESTS_DIR}/InputStateTests.cpp
|
${END2END_TESTS_DIR}/InputStateTests.cpp
|
||||||
|
|
|
@ -97,6 +97,7 @@ NXTTest::~NXTTest() {
|
||||||
readbackSlots.clear();
|
readbackSlots.clear();
|
||||||
queue = nxt::Queue();
|
queue = nxt::Queue();
|
||||||
device = nxt::Device();
|
device = nxt::Device();
|
||||||
|
swapchain = nxt::SwapChain();
|
||||||
|
|
||||||
delete binding;
|
delete binding;
|
||||||
binding = nullptr;
|
binding = nullptr;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue