Uses of Record Class
club.doki7.openxr.datatype.XrPassthroughCreateInfoHTC.Ptr
Packages that use XrPassthroughCreateInfoHTC.Ptr
-
Uses of XrPassthroughCreateInfoHTC.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPassthroughCreateInfoHTC.PtrModifier and TypeMethodDescriptionXrPassthroughCreateInfoHTC.Ptr.at(long index, @NotNull Consumer<@NotNull XrPassthroughCreateInfoHTC> consumer) @NotNull XrPassthroughCreateInfoHTC.PtrXrPassthroughCreateInfoHTC.Ptr.offset(long offset) @NotNull XrPassthroughCreateInfoHTC.PtrXrPassthroughCreateInfoHTC.Ptr.reinterpret(long newSize) Assume theXrPassthroughCreateInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughCreateInfoHTC.Ptrthat uses the same backing storage as thisXrPassthroughCreateInfoHTC.Ptr, but with the new size.XrPassthroughCreateInfoHTC.Ptr.slice(long end) @NotNull XrPassthroughCreateInfoHTC.PtrXrPassthroughCreateInfoHTC.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).