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