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