C# Class OVRDisplay.LatencyData, cs-mini-modbot-simulation

Contains latency measurements for a single frame of rendering.
Show file Open project: intel-cornellcup/mini-modbot-simulation Class Usage Examples

Public Properties

Property Type Description
postPresent float
render float
renderError float
timeWarp float
timeWarpError float

Property Details

postPresent public property

The time between the end of TimeWarp and scan-out in seconds.
public float postPresent
return float

render public property

The time it took to render both eyes in seconds.
public float render
return float

renderError public property

public float renderError
return float

timeWarp public property

The time it took to perform TimeWarp in seconds.
public float timeWarp
return float

timeWarpError public property

public float timeWarpError
return float