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