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