C Specification

// Provided by XR_HTC_foveation
typedef enum XrFoveationLevelHTC {
    XR_FOVEATION_LEVEL_NONE_HTC = 0,
    XR_FOVEATION_LEVEL_LOW_HTC = 1,
    XR_FOVEATION_LEVEL_MEDIUM_HTC = 2,
    XR_FOVEATION_LEVEL_HIGH_HTC = 3,
    XR_FOVEATION_LEVEL_MAX_ENUM_HTC = 0x7FFFFFFF
} XrFoveationLevelHTC;

Description

Enumerant Descriptions
  • XR_FOVEATION_LEVEL_NONE_HTC — No foveation

  • XR_FOVEATION_LEVEL_LOW_HTC — Light periphery pixel density drop and lower performance gain.

  • XR_FOVEATION_LEVEL_MEDIUM_HTC — Medium periphery pixel density drop and medium performance gain

  • XR_FOVEATION_LEVEL_HIGH_HTC — Heavy periphery pixel density drop and higher performance gain

See Also

Document Notes

For more information, see the OpenXR Specification

This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2024, The Khronos Group Inc.