returns true if the specified application type is one of the * OpenXR types */
| 1713 | /** returns true if the specified application type is one of the |
| 1714 | * OpenXR types */ |
| 1715 | inline bool IsOpenXRAppType( EVRApplicationType eType ) |
| 1716 | { |
| 1717 | return eType == VRApplication_OpenXRInstance |
| 1718 | || eType == VRApplication_OpenXRScene |
| 1719 | || eType == VRApplication_OpenXROverlay; |
| 1720 | } |
| 1721 | |
| 1722 | |
| 1723 | /** returns true if the specified application type submits eye buffers */ |
nothing calls this directly
no outgoing calls
no test coverage detected