···2169216921702170 /*!
21712171 * Is the native buffer handle a DXGI handle?
21722172+ *
21732173+ * - If true, it is some kind of weird global handle, not reference counted, but
21742174+ * widely compatible with various images. Ostensibly deprecated, but works the best
21752175+ * on Windows.
21762176+ * - If false, it's either not Windows, or a reference counted "NT Handle"
21772177+ * which has awkward limitations, such as "usually no depth images allowed".
21722178 */
21732179 bool is_dxgi_handle;
21742180};