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