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