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