C Specification

The XrRenderModelPathInfoFB structure is defined as:

// Provided by XR_FB_render_model
typedef struct XrRenderModelPathInfoFB {
    XrStructureType    type;
    void*              next;
    XrPath             path;
} XrRenderModelPathInfoFB;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

  • next is NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension.

  • path is a valid XrPath used for retrieving model properties from xrGetRenderModelPropertiesFB.

Description

XrRenderModelPathInfoFB contains a model path supported by the device when returned from xrEnumerateRenderModelPathsFB. This path can be used to request information about the render model for the connected device that the path represents using xrGetRenderModelPropertiesFB.

Possible Render Model Paths
  • Controller models with origin at the grip pose.

    • /model_fb/controller/left

    • /model_fb/controller/right

  • Keyboard models with origin at the center of its bounding box.

    • /model_fb/keyboard/local

    • /model_fb/keyboard/remote

    • /model_meta/keyboard/virtual
      (if the XR_META_virtual_keyboard extension is enabled)

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.