C Specification
The XrSpacesLocateInfo structure is defined as:
// Provided by XR_VERSION_1_1
typedef struct XrSpacesLocateInfo {
XrStructureType type;
const void* next;
XrSpace baseSpace;
XrTime time;
uint32_t spaceCount;
const XrSpace* spaces;
} XrSpacesLocateInfo;
Members
Description
The time, the baseSpace, and each space in spaces all
follow the same specifics as the corresponding inputs to the
xrLocateSpace function.
The baseSpace and all of the XrSpace handles in the spaces
array must be valid and share the same parent XrSession.
If the time is invalid, the xrLocateSpaces must return
XR_ERROR_TIME_INVALID.
The spaceCount must be a positive number, i.e. the array spaces
must not be empty.
Otherwise, the runtime must return XR_ERROR_VALIDATION_FAILURE.
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.