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