Uses of Record Class
club.doki7.openxr.handle.XrPassthroughFB
Packages that use XrPassthroughFB
-
Uses of XrPassthroughFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughFBModifier and TypeMethodDescriptionint
XR.createPassthroughColorLutMETA
(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA createInfo, XrPassthroughColorLutMETA.Ptr colorLut) int
XR.destroyPassthroughFB
(XrPassthroughFB passthrough) int
XR.passthroughPauseFB
(XrPassthroughFB passthrough) int
XR.passthroughStartFB
(XrPassthroughFB passthrough) -
Uses of XrPassthroughFB in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPassthroughFBModifier and TypeMethodDescription@Nullable XrPassthroughFB
XrPassthroughLayerCreateInfoFB.passthrough()
Methods in club.doki7.openxr.datatype with parameters of type XrPassthroughFBModifier and TypeMethodDescriptionXrPassthroughLayerCreateInfoFB.passthrough
(@Nullable XrPassthroughFB value) -
Uses of XrPassthroughFB in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrPassthroughFBModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrPassthroughFB
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPassthroughFBModifier and TypeMethodDescription@Nullable XrPassthroughFB
XrPassthroughFB.Ptr.read()
@Nullable XrPassthroughFB
XrPassthroughFB.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrPassthroughFBModifier and TypeMethodDescription@NotNull Iterator
<XrPassthroughFB> XrPassthroughFB.Ptr.iterator()
Methods in club.doki7.openxr.handle with parameters of type XrPassthroughFBModifier and TypeMethodDescriptionstatic XrPassthroughFB.Ptr
XrPassthroughFB.Ptr.allocate
(Arena arena, @Nullable XrPassthroughFB @NotNull [] values) static XrPassthroughFB.Ptr
XrPassthroughFB.Ptr.allocateV
(Arena arena, @Nullable XrPassthroughFB value0, @Nullable XrPassthroughFB... values) void
XrPassthroughFB.Ptr.write
(long index, @Nullable XrPassthroughFB value) void
XrPassthroughFB.Ptr.write
(@Nullable XrPassthroughFB value) void
XrPassthroughFB.Ptr.write
(@Nullable XrPassthroughFB[] values) void
XrPassthroughFB.Ptr.writeV
(@Nullable XrPassthroughFB value0, @Nullable XrPassthroughFB... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrPassthroughFBModifier and TypeMethodDescriptionstatic XrPassthroughFB.Ptr
XrPassthroughFB.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrPassthroughFB> values)