mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
tests: Destroy the test context in test_readback_map_stability().
This commit is contained in:
parent
6743439e97
commit
39be40ce94
Notes:
Alexandre Julliard
2023-10-02 22:33:20 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/383
@ -36343,6 +36343,8 @@ static void test_readback_map_stability(void)
|
||||
ID3D12Resource_Unmap(buffer, 0, NULL);
|
||||
|
||||
ID3D12Resource_Release(buffer);
|
||||
|
||||
destroy_test_context(&context);
|
||||
}
|
||||
|
||||
static void test_vs_ps_relative_addressing(void)
|
||||
|
Loading…
Reference in New Issue
Block a user