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