Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype FormFactor where
- FormFactor Int32
- pattern FORM_FACTOR_HEAD_MOUNTED_DISPLAY :: FormFactor
- pattern FORM_FACTOR_HANDHELD_DISPLAY :: FormFactor
Documentation
newtype FormFactor Source #
XrFormFactor - Supported form factors
Description
The predefined form factors which may be supported by OpenXR runtimes are:
Enumerant Descriptions
See Also
NULL_SYSTEM_ID
,
SystemGetInfo
,
https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XrSystemId,
getSystem
pattern FORM_FACTOR_HEAD_MOUNTED_DISPLAY :: FormFactor |
|
pattern FORM_FACTOR_HANDHELD_DISPLAY :: FormFactor |
|