returns true if the specified application type submits eye buffers */
| 1722 | |
| 1723 | /** returns true if the specified application type submits eye buffers */ |
| 1724 | inline bool BAppTypeSubmitsEyeBuffers( EVRApplicationType eType ) |
| 1725 | { |
| 1726 | return eType == VRApplication_Scene |
| 1727 | || eType == VRApplication_OpenXRScene |
| 1728 | || eType == VRApplication_RoomView; |
| 1729 | } |
| 1730 | |
| 1731 | |
| 1732 | /** error codes for firmware */ |
nothing calls this directly
no outgoing calls
no test coverage detected