C# 클래스 OVRDisplay.LatencyData, cs-mini-modbot-simulation

Contains latency measurements for a single frame of rendering.
파일 보기 프로젝트 열기: intel-cornellcup/mini-modbot-simulation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
postPresent float
render float
renderError float
timeWarp float
timeWarpError float

프로퍼티 상세

postPresent 공개적으로 프로퍼티

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

render 공개적으로 프로퍼티

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

renderError 공개적으로 프로퍼티

public float renderError
리턴 float

timeWarp 공개적으로 프로퍼티

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

timeWarpError 공개적으로 프로퍼티

public float timeWarpError
리턴 float