C Specification
The xrCreatePassthroughFB function is defined as:
// Provided by XR_FB_passthrough
XrResult xrCreatePassthroughFB(
XrSession session,
const XrPassthroughCreateInfoFB* createInfo,
XrPassthroughFB* outPassthrough);
Parameters
Description
Creates an XrPassthroughFB handle.
The returned passthrough handle may be subsequently used in API calls.
A single XrSession allows only one XrPassthroughFB.
If an XrPassthroughFB handle has been already created for this
XrSession, the runtime must return
XR_ERROR_FEATURE_ALREADY_CREATED_PASSTHROUGH_FB.
If an app requires another feature, then the previous one must be destroyed
by the app with xrDestroyPassthroughFB first.
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-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.