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.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialPersistenceContextCreateInfoEXT.Ptr
that 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).