Class XrInteractionProfileSuggestedBinding

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrInteractionProfileSuggestedBinding>
org.lwjgl.openxr.XrInteractionProfileSuggestedBinding
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrInteractionProfileSuggestedBinding extends org.lwjgl.system.Struct<XrInteractionProfileSuggestedBinding> implements org.lwjgl.system.NativeResource
Suggested bindings for a interaction profile.
Valid Usage (Implicit)
See Also

XrActionSuggestedBinding, SuggestInteractionProfileBindings

Layout


 struct XrInteractionProfileSuggestedBinding {
     XrStructureType type();
     void const * next();
     XrPath interactionProfile();
     uint32_t countSuggestedBindings();
     XrActionSuggestedBinding const * suggestedBindings();
 }