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