Uses of Record Class
club.doki7.openxr.datatype.XrSessionCreateInfo.Ptr
Packages that use XrSessionCreateInfo.Ptr
-
Uses of XrSessionCreateInfo.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSessionCreateInfo.PtrModifier and TypeMethodDescriptionstatic XrSessionCreateInfo.PtrXrSessionCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrSessionCreateInfo> consumer) @NotNull XrSessionCreateInfo.PtrXrSessionCreateInfo.Ptr.offset(long offset) @NotNull XrSessionCreateInfo.PtrXrSessionCreateInfo.Ptr.reinterpret(long newSize) Assume theXrSessionCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSessionCreateInfo.Ptrthat uses the same backing storage as thisXrSessionCreateInfo.Ptr, but with the new size.XrSessionCreateInfo.Ptr.slice(long end) @NotNull XrSessionCreateInfo.PtrXrSessionCreateInfo.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).