The open source OpenXR runtime
0
fork

Configure Feed

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

xrt: Clarify a comment regarding DXGI handles.

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

authored by

Rylie Pavlik and committed by
Simon Zeni
11ddac88 6cf15018

+7
+1
doc/changes/misc_features/mr.2322.md
··· 1 1 --- 2 2 - mr.2322 3 + - mr.2333 3 4 --- 4 5 - Doxygen improvements.
+6
src/xrt/include/xrt/xrt_compositor.h
··· 2169 2169 2170 2170 /*! 2171 2171 * Is the native buffer handle a DXGI handle? 2172 + * 2173 + * - If true, it is some kind of weird global handle, not reference counted, but 2174 + * widely compatible with various images. Ostensibly deprecated, but works the best 2175 + * on Windows. 2176 + * - If false, it's either not Windows, or a reference counted "NT Handle" 2177 + * which has awkward limitations, such as "usually no depth images allowed". 2172 2178 */ 2173 2179 bool is_dxgi_handle; 2174 2180 };