Uses of Record Class
club.doki7.openxr.datatype.XrPassthroughCreateInfoHTC
Packages that use XrPassthroughCreateInfoHTC
-
Uses of XrPassthroughCreateInfoHTC in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughCreateInfoHTCModifier and TypeMethodDescriptionint
XR.createPassthroughHTC
(XrSession session, XrPassthroughCreateInfoHTC createInfo, XrPassthroughHTC.Ptr passthrough) -
Uses of XrPassthroughCreateInfoHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPassthroughCreateInfoHTCModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrPassthroughCreateInfoHTC
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPassthroughCreateInfoHTCModifier and TypeMethodDescriptionstatic XrPassthroughCreateInfoHTC
@NotNull XrPassthroughCreateInfoHTC
XrPassthroughCreateInfoHTC.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrPassthroughCreateInfoHTC
XrPassthroughCreateInfoHTC.clone
(Arena arena, XrPassthroughCreateInfoHTC src) XrPassthroughCreateInfoHTC.form
(int value) XrPassthroughCreateInfoHTC.next
(@NotNull MemorySegment value) XrPassthroughCreateInfoHTC.Ptr.toArray()
XrPassthroughCreateInfoHTC.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPassthroughCreateInfoHTCModifier and TypeMethodDescription@NotNull Iterator
<XrPassthroughCreateInfoHTC> XrPassthroughCreateInfoHTC.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrPassthroughCreateInfoHTCModifier and TypeMethodDescriptionstatic XrPassthroughCreateInfoHTC
XrPassthroughCreateInfoHTC.clone
(Arena arena, XrPassthroughCreateInfoHTC src) void
XrPassthroughCreateInfoHTC.Ptr.write
(long index, @NotNull XrPassthroughCreateInfoHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPassthroughCreateInfoHTCModifier and TypeMethodDescriptionXrPassthroughCreateInfoHTC.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPassthroughCreateInfoHTC> consumer)