The open source OpenXR runtime
0
fork

Configure Feed

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

xrt: Tidy whitespace

+1 -1
+1 -1
src/xrt/include/xrt/xrt_defines.h
··· 50 50 XRT_DISTORTION_MODEL_NONE = 1 << 0, 51 51 XRT_DISTORTION_MODEL_PANOTOOLS = 1 << 1, 52 52 XRT_DISTORTION_MODEL_VIVE = 1 << 2, 53 - XRT_DISTORTION_MODEL_MESHUV = 1 << 3, 53 + XRT_DISTORTION_MODEL_MESHUV = 1 << 3, 54 54 // clang-format on 55 55 }; 56 56