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 TypeMethodDescriptionintXR.createPassthroughColorLutMETA(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA createInfo, XrPassthroughColorLutMETA.Ptr colorLut) intXR.destroyPassthroughFB(XrPassthroughFB passthrough) intXR.passthroughPauseFB(XrPassthroughFB passthrough) intXR.passthroughStartFB(XrPassthroughFB passthrough) -
Uses of XrPassthroughFB in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPassthroughFBModifier and TypeMethodDescription@Nullable XrPassthroughFBXrPassthroughLayerCreateInfoFB.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 recordRepresents a pointer toXrPassthroughFBhandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPassthroughFBModifier and TypeMethodDescription@Nullable XrPassthroughFBXrPassthroughFB.Ptr.read()@Nullable XrPassthroughFBXrPassthroughFB.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.PtrXrPassthroughFB.Ptr.allocate(Arena arena, @Nullable XrPassthroughFB @NotNull [] values) static XrPassthroughFB.PtrXrPassthroughFB.Ptr.allocateV(Arena arena, @Nullable XrPassthroughFB value0, @Nullable XrPassthroughFB... values) voidXrPassthroughFB.Ptr.write(long index, @Nullable XrPassthroughFB value) voidXrPassthroughFB.Ptr.write(@Nullable XrPassthroughFB value) voidXrPassthroughFB.Ptr.write(@Nullable XrPassthroughFB[] values) voidXrPassthroughFB.Ptr.writeV(@Nullable XrPassthroughFB value0, @Nullable XrPassthroughFB... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrPassthroughFBModifier and TypeMethodDescriptionstatic XrPassthroughFB.PtrXrPassthroughFB.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrPassthroughFB> values)