Package org.lwjgl.openxr
Class KHRBindingModification
java.lang.Object
org.lwjgl.openxr.KHRBindingModification
The XR_KHR_binding_modification extension.
This extension adds an optional structure that can be included on the XrInteractionProfileSuggestedBinding::next chain passed to SuggestInteractionProfileBindings to specify additional information to modify default binding behavior.
This extension does not define any actual modification structs, but includes the list of modifications and the XrBindingModificationBaseHeaderKHR structure to allow other extensions to provide specific modifications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsXrStructureType. -
Method Summary
-
Field Details
-
XR_KHR_binding_modification_SPEC_VERSION
public static final int XR_KHR_binding_modification_SPEC_VERSIONThe extension specification version.- See Also:
-
XR_KHR_BINDING_MODIFICATION_EXTENSION_NAME
The extension name.- See Also:
-
XR_TYPE_BINDING_MODIFICATIONS_KHR
public static final int XR_TYPE_BINDING_MODIFICATIONS_KHRExtendsXrStructureType.- See Also:
-