The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tests: Explicitly set is_dxgi_handle to true in test code since the d3d11 allocator gives us non-NT handles

Co-authored-by: Korcan Hussein <korcan.hussein@collabora.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2579>

authored by

Krzysztof Lesiak
Korcan Hussein
and committed by
Marge Bot
314529d0 a5301c6f

+1
+1
tests/tests_aux_d3d_d3d11.cpp
··· 104 104 xin.handle = h.get(); 105 105 xin.size = 0; 106 106 xin.use_dedicated_allocation = use_dedicated_allocation; 107 + xin.is_dxgi_handle = true; 107 108 108 109 handlesForImport.emplace_back(std::move(h)); 109 110 xins.emplace_back(xin);