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