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