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