Uses of Record Class
club.doki7.openxr.datatype.XrEyeTrackerCreateInfoFB
Packages that use XrEyeTrackerCreateInfoFB
-
Uses of XrEyeTrackerCreateInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEyeTrackerCreateInfoFBModifier and TypeMethodDescriptionintXR.createEyeTrackerFB(XrSession session, XrEyeTrackerCreateInfoFB createInfo, XrEyeTrackerFB.Ptr eyeTracker) -
Uses of XrEyeTrackerCreateInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEyeTrackerCreateInfoFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrEyeTrackerCreateInfoFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEyeTrackerCreateInfoFBModifier and TypeMethodDescriptionstatic XrEyeTrackerCreateInfoFB@NotNull XrEyeTrackerCreateInfoFBXrEyeTrackerCreateInfoFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrEyeTrackerCreateInfoFBXrEyeTrackerCreateInfoFB.clone(Arena arena, XrEyeTrackerCreateInfoFB src) XrEyeTrackerCreateInfoFB.next(@NotNull MemorySegment value) XrEyeTrackerCreateInfoFB.Ptr.toArray()XrEyeTrackerCreateInfoFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEyeTrackerCreateInfoFBModifier and TypeMethodDescription@NotNull Iterator<XrEyeTrackerCreateInfoFB> XrEyeTrackerCreateInfoFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrEyeTrackerCreateInfoFBModifier and TypeMethodDescriptionstatic XrEyeTrackerCreateInfoFBXrEyeTrackerCreateInfoFB.clone(Arena arena, XrEyeTrackerCreateInfoFB src) voidXrEyeTrackerCreateInfoFB.Ptr.write(long index, @NotNull XrEyeTrackerCreateInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEyeTrackerCreateInfoFBModifier and TypeMethodDescriptionXrEyeTrackerCreateInfoFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrEyeTrackerCreateInfoFB> consumer)