The open source OpenXR runtime
0
fork

Configure Feed

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

a/math: Make argument const

+2 -2
+2 -2
src/xrt/auxiliary/math/m_space.h
··· 1 - // Copyright 2020, Collabora, Ltd. 1 + // Copyright 2020-2023, Collabora, Ltd. 2 2 // SPDX-License-Identifier: BSL-1.0 3 3 /*! 4 4 * @file ··· 32 32 */ 33 33 34 34 static inline bool 35 - m_pose_is_identity(struct xrt_pose *pose) 35 + m_pose_is_identity(const struct xrt_pose *pose) 36 36 { 37 37 struct xrt_pose p = *pose; 38 38