OVRDisplay.LatencyData Struct Reference
Contains latency measurements for a single frame of rendering. More...
Public Attributes | |
| float | render |
| The time it took to render both eyes in seconds. More... | |
| float | timeWarp |
| The time it took to perform TimeWarp in seconds. More... | |
| float | postPresent |
| The time between the end of TimeWarp and scan-out in seconds. More... | |
| float | renderError |
| float | timeWarpError |
Detailed Description
Contains latency measurements for a single frame of rendering.
Member Data Documentation
◆ postPresent
| float OVRDisplay.LatencyData.postPresent |
The time between the end of TimeWarp and scan-out in seconds.
◆ render
| float OVRDisplay.LatencyData.render |
The time it took to render both eyes in seconds.
◆ renderError
| float OVRDisplay.LatencyData.renderError |
◆ timeWarp
| float OVRDisplay.LatencyData.timeWarp |
The time it took to perform TimeWarp in seconds.
◆ timeWarpError
| float OVRDisplay.LatencyData.timeWarpError |
The documentation for this struct was generated from the following file:
- Oculus/VR/Scripts/OVRDisplay.cs
1.8.13