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.Ptr
XrShareSpacesInfoMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrShareSpacesInfoMETA> consumer) @NotNull XrShareSpacesInfoMETA.Ptr
XrShareSpacesInfoMETA.Ptr.offset
(long offset) @NotNull XrShareSpacesInfoMETA.Ptr
XrShareSpacesInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrShareSpacesInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrShareSpacesInfoMETA.Ptr
that uses the same backing storage as thisXrShareSpacesInfoMETA.Ptr
, but with the new size.XrShareSpacesInfoMETA.Ptr.slice
(long end) @NotNull XrShareSpacesInfoMETA.Ptr
XrShareSpacesInfoMETA.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).