Uses of Record Class
club.doki7.openxr.handle.XrPassthroughHTC
Packages that use XrPassthroughHTC
-
Uses of XrPassthroughHTC in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughHTC -
Uses of XrPassthroughHTC in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPassthroughHTCModifier and TypeMethodDescription@Nullable XrPassthroughHTCXrCompositionLayerPassthroughHTC.passthrough()Methods in club.doki7.openxr.datatype with parameters of type XrPassthroughHTCModifier and TypeMethodDescriptionXrCompositionLayerPassthroughHTC.passthrough(@Nullable XrPassthroughHTC value) -
Uses of XrPassthroughHTC in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrPassthroughHTCModifier and TypeClassDescriptionstatic final recordRepresents a pointer toXrPassthroughHTChandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPassthroughHTCModifier and TypeMethodDescription@Nullable XrPassthroughHTCXrPassthroughHTC.Ptr.read()@Nullable XrPassthroughHTCXrPassthroughHTC.Ptr.read(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrPassthroughHTCModifier and TypeMethodDescription@NotNull Iterator<XrPassthroughHTC> XrPassthroughHTC.Ptr.iterator()Methods in club.doki7.openxr.handle with parameters of type XrPassthroughHTCModifier and TypeMethodDescriptionstatic XrPassthroughHTC.PtrXrPassthroughHTC.Ptr.allocate(Arena arena, @Nullable XrPassthroughHTC @NotNull [] values) static XrPassthroughHTC.PtrXrPassthroughHTC.Ptr.allocateV(Arena arena, @Nullable XrPassthroughHTC value0, @Nullable XrPassthroughHTC... values) voidXrPassthroughHTC.Ptr.write(long index, @Nullable XrPassthroughHTC value) voidXrPassthroughHTC.Ptr.write(@Nullable XrPassthroughHTC value) voidXrPassthroughHTC.Ptr.write(@Nullable XrPassthroughHTC[] values) voidXrPassthroughHTC.Ptr.writeV(@Nullable XrPassthroughHTC value0, @Nullable XrPassthroughHTC... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrPassthroughHTCModifier and TypeMethodDescriptionstatic XrPassthroughHTC.PtrXrPassthroughHTC.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrPassthroughHTC> values)