oculus-d-rift ~libovr-v0.4.0 (2022-04-21T16:21:15.0287574)
Dub
Repo
ovrSizei_
ovr
A 2D size with integer components.
extern (
C
)
struct
ovrSizei_ {
int
w
;
int
h
;
}
Members
Variables
h
int
h
;
Undocumented in source.
w
int
w
;
Undocumented in source.
Meta
Source
See Implementation
ovr
aliases
ovrBool
ovrDistortionCaps
ovrDistortionMesh
ovrDistortionVertex
ovrEyeRenderDesc
ovrEyeType
ovrFovPort
ovrFrameTiming
ovrHSWDisplayState
ovrHmd
ovrHmdCaps
ovrHmdDesc
ovrHmdType
ovrMatrix4f
ovrPoseStatef
ovrPosef
ovrQuatf
ovrRecti
ovrRenderAPIConfig
ovrRenderAPIConfigHeader
ovrRenderAPIType
ovrSensorData
ovrSizei
ovrStatusBits
ovrTexture
ovrTextureHeader
ovrTrackingCaps
ovrTrackingState
ovrVector2f
ovrVector2i
ovrVector3f
enums
ovrDistortionCap_Chromatic
ovrEye_Left
ovrHmdCap_Present
ovrHmd_None
ovrRenderAPI_None
ovrStatus_OrientationTracked
ovrTrackingCap_Orientation
functions
ovrHmd_AttachToWindow
ovrHmd_BeginFrame
ovrHmd_BeginFrameTiming
ovrHmd_ConfigureRendering
ovrHmd_ConfigureTracking
ovrHmd_Create
ovrHmd_CreateDebug
ovrHmd_CreateDistortionMesh
ovrHmd_Destroy
ovrHmd_DestroyDistortionMesh
ovrHmd_Detect
ovrHmd_DismissHSWDisplay
ovrHmd_EndFrame
ovrHmd_EndFrameTiming
ovrHmd_GetBool
ovrHmd_GetEnabledCaps
ovrHmd_GetEyePose
ovrHmd_GetEyeTimewarpMatrices
ovrHmd_GetFloat
ovrHmd_GetFloatArray
ovrHmd_GetFovTextureSize
ovrHmd_GetFrameTiming
ovrHmd_GetHSWDisplayState
ovrHmd_GetInt
ovrHmd_GetLastError
ovrHmd_GetLatencyTestResult
ovrHmd_GetRenderDesc
ovrHmd_GetRenderScaleAndOffset
ovrHmd_GetString
ovrHmd_GetTrackingState
ovrHmd_ProcessLatencyTest
ovrHmd_RecenterPose
ovrHmd_ResetFrameTiming
ovrHmd_SetBool
ovrHmd_SetEnabledCaps
ovrHmd_SetFloat
ovrHmd_SetFloatArray
ovrHmd_SetInt
ovrHmd_SetString
ovrMatrix4f_OrthoSubProjection
ovrMatrix4f_Projection
ovr_GetTimeInSeconds
ovr_GetVersionString
ovr_Initialize
ovr_Shutdown
ovr_WaitTillTime
structs
ovrDistortionMesh_
ovrDistortionVertex_
ovrEyeRenderDesc_
ovrFovPort_
ovrFrameTiming_
ovrHSWDisplayState_
ovrHmdDesc_
ovrMatrix4f_
ovrPoseStatef_
ovrPosef_
ovrQuatf_
ovrRecti_
ovrRenderAPIConfigHeader_
ovrRenderAPIConfig_
ovrSensorData_
ovrSizei_
ovrTextureHeader_
ovrTexture_
ovrTrackingState_
ovrVector2f_
ovrVector2i_
ovrVector3f_
variables
OVR_DEFAULT_EYE_HEIGHT
OVR_DEFAULT_EYE_RELIEF_DIAL
OVR_DEFAULT_IPD
OVR_DEFAULT_NECK_TO_EYE_HORIZONTAL
OVR_DEFAULT_NECK_TO_EYE_VERTICAL
OVR_DEFAULT_PLAYER_HEIGHT
A 2D size with integer components.