The open source OpenXR runtime
0
fork

Configure Feed

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

t/common: Add comment to NorthStar builder create function

+3
+3
src/xrt/targets/common/target_builder_interface.h
··· 87 87 #endif 88 88 89 89 #ifdef T_BUILDER_NS 90 + /*! 91 + * Builder for NorthStar headsets 92 + */ 90 93 struct xrt_builder * 91 94 t_builder_north_star_create(void); 92 95 #endif