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