Uses of Record Class
club.doki7.openxr.datatype.XrSemanticLabelsFB
Packages that use XrSemanticLabelsFB
-
Uses of XrSemanticLabelsFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSemanticLabelsFBModifier and TypeMethodDescriptionintXR.getSpaceSemanticLabelsFB(XrSession session, XrSpace space, XrSemanticLabelsFB semanticLabelsOutput) -
Uses of XrSemanticLabelsFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSemanticLabelsFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSemanticLabelsFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSemanticLabelsFBModifier and TypeMethodDescriptionstatic XrSemanticLabelsFB@NotNull XrSemanticLabelsFBXrSemanticLabelsFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrSemanticLabelsFB.bufferCapacityInput(int value) XrSemanticLabelsFB.bufferCountOutput(int value) static XrSemanticLabelsFBXrSemanticLabelsFB.clone(Arena arena, XrSemanticLabelsFB src) XrSemanticLabelsFB.next(@NotNull MemorySegment value) XrSemanticLabelsFB.Ptr.toArray()XrSemanticLabelsFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSemanticLabelsFBModifier and TypeMethodDescription@NotNull Iterator<XrSemanticLabelsFB> XrSemanticLabelsFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSemanticLabelsFBModifier and TypeMethodDescriptionstatic XrSemanticLabelsFBXrSemanticLabelsFB.clone(Arena arena, XrSemanticLabelsFB src) voidXrSemanticLabelsFB.Ptr.write(long index, @NotNull XrSemanticLabelsFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSemanticLabelsFBModifier and TypeMethodDescriptionXrSemanticLabelsFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrSemanticLabelsFB> consumer)