Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
OVRDisplay.LatencyData
C# Class OVRDisplay.LatencyData, cs-mini-modbot-simulation
Contains latency measurements for a single frame of rendering.
ファイルを表示
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