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 XrPassthroughHTC
XrCompositionLayerPassthroughHTC.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 record
Represents a pointer toXrPassthroughHTC
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPassthroughHTCModifier and TypeMethodDescription@Nullable XrPassthroughHTC
XrPassthroughHTC.Ptr.read()
@Nullable XrPassthroughHTC
XrPassthroughHTC.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.Ptr
XrPassthroughHTC.Ptr.allocate
(Arena arena, @Nullable XrPassthroughHTC @NotNull [] values) static XrPassthroughHTC.Ptr
XrPassthroughHTC.Ptr.allocateV
(Arena arena, @Nullable XrPassthroughHTC value0, @Nullable XrPassthroughHTC... values) void
XrPassthroughHTC.Ptr.write
(long index, @Nullable XrPassthroughHTC value) void
XrPassthroughHTC.Ptr.write
(@Nullable XrPassthroughHTC value) void
XrPassthroughHTC.Ptr.write
(@Nullable XrPassthroughHTC[] values) void
XrPassthroughHTC.Ptr.writeV
(@Nullable XrPassthroughHTC value0, @Nullable XrPassthroughHTC... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrPassthroughHTCModifier and TypeMethodDescriptionstatic XrPassthroughHTC.Ptr
XrPassthroughHTC.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrPassthroughHTC> values)