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