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

Contains latency measurements for a single frame of rendering.
Exibir arquivo 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_oe property

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

render public_oe property

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

renderError public_oe property

public float renderError
return float

timeWarp public_oe property

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

timeWarpError public_oe property

public float timeWarpError
return float