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