C Specification

The XrExtent3DfFB structure is defined as:

// Provided by XR_FB_scene
typedef struct XrExtent3DfFB {
    float    width;
    float    height;
    float    depth;
} XrExtent3DfFB;

Members

Member Descriptions
  • width is the floating-point width of the extent.

  • height is the floating-point height of the extent.

  • depth is the floating-point depth of the extent.

Description

This structure is used for component values that may be fractional (floating-point). If used to represent physical distances, values must be in meters. The width, height, and depth values must be non-negative.

Valid Usage (Implicit)

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.