The open source OpenXR runtime
0
fork

Configure Feed

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

m/ff: Add function to get internal fifo in C++ wrapper

+9
+9
src/xrt/auxiliary/math/m_filter_fifo.h
··· 140 140 m_ff_vec3_f32_free(&ff); 141 141 } 142 142 143 + /*! 144 + * Get the pointer to the C filter fifo, ownership is not passed. 145 + */ 146 + inline m_ff_vec3_f32 * 147 + unsafeGetFilterFifo() 148 + { 149 + return ff; 150 + } 151 + 143 152 inline void 144 153 push(const xrt_vec3 &sample, uint64_t timestamp_ns) 145 154 {