C Specification
The XrSpaceLocationDataKHR structure is defined as:
// Provided by XR_KHR_locate_spaces
// XrSpaceLocationDataKHR is an alias for XrSpaceLocationData
typedef struct XrSpaceLocationData {
XrSpaceLocationFlags locationFlags;
XrPosef pose;
} XrSpaceLocationData;
typedef XrSpaceLocationData XrSpaceLocationDataKHR;
Members
Description
This is a single element of the array in
XrSpaceLocationsKHR::locations, and is used to return the pose
and location flags for a single space with respect to the specified base
space from a call to xrLocateSpacesKHR.
It does not accept chained structures to allow for easier use in dynamically
allocated container datatypes.
Chained structures are possible with the XrSpaceLocationsKHR that
describes an array of these elements.
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
Copyright 2014-2025 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.