mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-02 20:51:45 +00:00
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
|
||||
${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
|
||||
|
@ -97,6 +97,7 @@ NXTTest::~NXTTest() {
|
||||
readbackSlots.clear();
|
||||
queue = nxt::Queue();
|
||||
device = nxt::Device();
|
||||
swapchain = nxt::SwapChain();
|
||||
|
||||
delete binding;
|
||||
binding = nullptr;
|
||||
|
1029
src/tests/end2end/BlendStateTests.cpp
Normal file
1029
src/tests/end2end/BlendStateTests.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user