The open source OpenXR runtime
0
fork

Configure Feed

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

m/ff: Return value from m_ff_vec3_f32_get in C++ wrapper

+2 -2
+2 -2
src/xrt/auxiliary/math/m_filter_fifo.h
··· 155 155 m_ff_vec3_f32_push(ff, &sample, timestamp_ns); 156 156 } 157 157 158 - inline void 158 + inline bool 159 159 get(size_t num, xrt_vec3 *out_sample, uint64_t *out_timestamp_ns) 160 160 { 161 - m_ff_vec3_f32_get(ff, num, out_sample, out_timestamp_ns); 161 + return m_ff_vec3_f32_get(ff, num, out_sample, out_timestamp_ns); 162 162 } 163 163 164 164 inline size_t