openxr-0.1: Bindings to the OpenXR API
Safe HaskellNone
LanguageHaskell2010

OpenXR.Extensions.XR_EXT_eye_gaze_interaction

Description

Name

XR_EXT_eye_gaze_interaction - instance extension

Specification

See XR_EXT_eye_gaze_interaction in the main specification for complete information.

Registered Extension Number

31

Revision

1

Extension and Version Dependencies

  • Requires OpenXR 1.0

See Also

EyeGazeSampleTimeEXT, SystemEyeGazeInteractionPropertiesEXT

Document Notes

For more information, see the OpenXR Specification

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Synopsis

Documentation

data SystemEyeGazeInteractionPropertiesEXT Source #

XrSystemEyeGazeInteractionPropertiesEXT - Eye gaze interaction system properties

Valid Usage (Implicit)

See Also

https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XrBool32, StructureType

Constructors

SystemEyeGazeInteractionPropertiesEXT 

Fields

  • supportsEyeGazeInteraction :: Bool

    supportsEyeGazeInteraction the runtime must set this value to TRUE when eye gaze sufficient for use cases such as aiming or targeting is supported by the current device, otherwise the runtime must set this to FALSE.

Instances

Instances details
Eq SystemEyeGazeInteractionPropertiesEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

Show SystemEyeGazeInteractionPropertiesEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

Storable SystemEyeGazeInteractionPropertiesEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

Zero SystemEyeGazeInteractionPropertiesEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

ToCStruct SystemEyeGazeInteractionPropertiesEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

FromCStruct SystemEyeGazeInteractionPropertiesEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

data EyeGazeSampleTimeEXT Source #

XrEyeGazeSampleTimeEXT - Eye gaze sample time structure

Valid Usage (Implicit)

See Also

StructureType, https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XrTime

Constructors

EyeGazeSampleTimeEXT 

Fields

  • time :: Time

    time is when in time the eye gaze pose is expressed.

Instances

Instances details
Eq EyeGazeSampleTimeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

Show EyeGazeSampleTimeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

Storable EyeGazeSampleTimeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

Zero EyeGazeSampleTimeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

ToCStruct EyeGazeSampleTimeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

FromCStruct EyeGazeSampleTimeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_eye_gaze_interaction

type EXT_EYE_GAZE_INTERACTION_EXTENSION_NAME = "XR_EXT_eye_gaze_interaction" Source #