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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrPassthroughCreateInfoHTCstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPassthroughCreateInfoHTCModifier and TypeMethodDescriptionstatic XrPassthroughCreateInfoHTC@NotNull XrPassthroughCreateInfoHTCXrPassthroughCreateInfoHTC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrPassthroughCreateInfoHTCXrPassthroughCreateInfoHTC.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 XrPassthroughCreateInfoHTCXrPassthroughCreateInfoHTC.clone(Arena arena, XrPassthroughCreateInfoHTC src) voidXrPassthroughCreateInfoHTC.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)