Uses of Record Class
club.doki7.openxr.datatype.XrPassthroughCreateInfoFB
Packages that use XrPassthroughCreateInfoFB
-
Uses of XrPassthroughCreateInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughCreateInfoFBModifier and TypeMethodDescriptionintXR.createPassthroughFB(XrSession session, XrPassthroughCreateInfoFB createInfo, XrPassthroughFB.Ptr outPassthrough) -
Uses of XrPassthroughCreateInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPassthroughCreateInfoFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrPassthroughCreateInfoFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPassthroughCreateInfoFBModifier and TypeMethodDescriptionstatic XrPassthroughCreateInfoFB@NotNull XrPassthroughCreateInfoFBXrPassthroughCreateInfoFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrPassthroughCreateInfoFBXrPassthroughCreateInfoFB.clone(Arena arena, XrPassthroughCreateInfoFB src) XrPassthroughCreateInfoFB.flags(long value) XrPassthroughCreateInfoFB.next(@NotNull MemorySegment value) XrPassthroughCreateInfoFB.Ptr.toArray()XrPassthroughCreateInfoFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPassthroughCreateInfoFBModifier and TypeMethodDescription@NotNull Iterator<XrPassthroughCreateInfoFB> XrPassthroughCreateInfoFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrPassthroughCreateInfoFBModifier and TypeMethodDescriptionstatic XrPassthroughCreateInfoFBXrPassthroughCreateInfoFB.clone(Arena arena, XrPassthroughCreateInfoFB src) voidXrPassthroughCreateInfoFB.Ptr.write(long index, @NotNull XrPassthroughCreateInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPassthroughCreateInfoFBModifier and TypeMethodDescriptionXrPassthroughCreateInfoFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrPassthroughCreateInfoFB> consumer)