MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / BAppTypeSubmitsEyeBuffers

Function BAppTypeSubmitsEyeBuffers

headers/openvr_driver.h:1724–1729  ·  view source on GitHub ↗

returns true if the specified application type submits eye buffers */

Source from the content-addressed store, hash-verified

1722
1723/** returns true if the specified application type submits eye buffers */
1724inline 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 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected