Uses of Record Class
club.doki7.openxr.datatype.XrPassthroughLayerCreateInfoFB
Packages that use XrPassthroughLayerCreateInfoFB
-
Uses of XrPassthroughLayerCreateInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughLayerCreateInfoFBModifier and TypeMethodDescriptionint
XR.createPassthroughLayerFB
(XrSession session, XrPassthroughLayerCreateInfoFB createInfo, XrPassthroughLayerFB.Ptr outLayer) -
Uses of XrPassthroughLayerCreateInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPassthroughLayerCreateInfoFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrPassthroughLayerCreateInfoFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPassthroughLayerCreateInfoFBModifier and TypeMethodDescription@NotNull XrPassthroughLayerCreateInfoFB
XrPassthroughLayerCreateInfoFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrPassthroughLayerCreateInfoFB.clone
(Arena arena, XrPassthroughLayerCreateInfoFB src) XrPassthroughLayerCreateInfoFB.flags
(long value) XrPassthroughLayerCreateInfoFB.next
(@NotNull MemorySegment value) XrPassthroughLayerCreateInfoFB.passthrough
(@Nullable XrPassthroughFB value) XrPassthroughLayerCreateInfoFB.purpose
(int value) XrPassthroughLayerCreateInfoFB.Ptr.toArray()
XrPassthroughLayerCreateInfoFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPassthroughLayerCreateInfoFBModifier and TypeMethodDescription@NotNull Iterator
<XrPassthroughLayerCreateInfoFB> XrPassthroughLayerCreateInfoFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrPassthroughLayerCreateInfoFBModifier and TypeMethodDescriptionXrPassthroughLayerCreateInfoFB.clone
(Arena arena, XrPassthroughLayerCreateInfoFB src) void
XrPassthroughLayerCreateInfoFB.Ptr.write
(long index, @NotNull XrPassthroughLayerCreateInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPassthroughLayerCreateInfoFBModifier and TypeMethodDescriptionXrPassthroughLayerCreateInfoFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPassthroughLayerCreateInfoFB> consumer)