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 TypeMethodDescriptionint
XR.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 record
Represents a pointer to / an array ofXrSemanticLabelsFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSemanticLabelsFBModifier and TypeMethodDescriptionstatic XrSemanticLabelsFB
@NotNull XrSemanticLabelsFB
XrSemanticLabelsFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSemanticLabelsFB.bufferCapacityInput
(int value) XrSemanticLabelsFB.bufferCountOutput
(int value) static XrSemanticLabelsFB
XrSemanticLabelsFB.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 XrSemanticLabelsFB
XrSemanticLabelsFB.clone
(Arena arena, XrSemanticLabelsFB src) void
XrSemanticLabelsFB.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)