C Specification
The xrCancelFutureEXT function is defined as:
// Provided by XR_EXT_future
XrResult xrCancelFutureEXT(
    XrInstance                                  instance,
    const XrFutureCancelInfoEXT*                cancelInfo);Parameters
Description
This function cancels the future and signals that the async operation is not
required.
After a future has been cancelled any functions using this future must
return XR_ERROR_FUTURE_INVALID_EXT.
A runtime may stop the asynchronous operation associated with a future after an app has cancelled it.
| Note | Note Each XrFutureEXT value must be externally synchronized by the application when calling completion, polling, and cancellation functions, or destroying the associated handle. | 
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.