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