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