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