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

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

Méthodes publiques

Свойство 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
Résultat float

render public_oe property

The time it took to render both eyes in seconds.
public float render
Résultat float

renderError public_oe property

public float renderError
Résultat float

timeWarp public_oe property

The time it took to perform TimeWarp in seconds.
public float timeWarp
Résultat float

timeWarpError public_oe property

public float timeWarpError
Résultat float