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