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