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