The open source OpenXR runtime
0
fork

Configure Feed

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

c/client: Remove dead code.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2333>

authored by

Rylie Pavlik and committed by
Simon Zeni
d7089f18 11ddac88

-8
-8
src/xrt/compositor/client/comp_d3d_common.cpp
··· 27 27 28 28 namespace xrt::compositor::client { 29 29 30 - // xrt_result_t 31 - // importFromHandleDuplicates(xrt_compositor_native &xcn, 32 - // std::vector<wil::unique_handle> const &handles, 33 - // const xrt_swapchain_create_info &vkinfo, 34 - // bool use_dedicated_allocation, 35 - // unique_swapchain_ref &out_xsc) 36 - 37 - 38 30 static inline DWORD 39 31 convertTimeoutToWindowsMilliseconds(uint64_t timeout_ns) 40 32 {