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.Ptr
CLMutableDispatchConfigKhr.Ptr.offset
(long offset) @NotNull CLMutableDispatchConfigKhr.Ptr
CLMutableDispatchConfigKhr.Ptr.reinterpret
(long newSize) Assume theCLMutableDispatchConfigKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMutableDispatchConfigKhr.Ptr
that uses the same backing storage as thisCLMutableDispatchConfigKhr.Ptr
, but with the new size.CLMutableDispatchConfigKhr.Ptr.slice
(long end) @NotNull CLMutableDispatchConfigKhr.Ptr
CLMutableDispatchConfigKhr.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).