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.Ptr
CLMutableDispatchConfigKhr.argList
(int assumedCount) CLMutableDispatchConfigKhr.argSvmList
(int assumedCount) CLMutableDispatchArgKhr.Ptr.at
(long index, @NotNull Consumer<@NotNull CLMutableDispatchArgKhr> consumer) @NotNull CLMutableDispatchArgKhr.Ptr
CLMutableDispatchArgKhr.Ptr.offset
(long offset) @NotNull CLMutableDispatchArgKhr.Ptr
CLMutableDispatchArgKhr.Ptr.reinterpret
(long newSize) Assume theCLMutableDispatchArgKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMutableDispatchArgKhr.Ptr
that uses the same backing storage as thisCLMutableDispatchArgKhr.Ptr
, but with the new size.CLMutableDispatchArgKhr.Ptr.slice
(long end) @NotNull CLMutableDispatchArgKhr.Ptr
CLMutableDispatchArgKhr.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).