Uses of Record Class
club.doki7.opencl.datatype.CLMemIonHostPtr.Ptr
Packages that use CLMemIonHostPtr.Ptr
-
Uses of CLMemIonHostPtr.Ptr in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype that return CLMemIonHostPtr.PtrModifier and TypeMethodDescriptionstatic CLMemIonHostPtr.Ptr
CLMemIonHostPtr.Ptr.at
(long index, @NotNull Consumer<@NotNull CLMemIonHostPtr> consumer) @NotNull CLMemIonHostPtr.Ptr
CLMemIonHostPtr.Ptr.offset
(long offset) @NotNull CLMemIonHostPtr.Ptr
CLMemIonHostPtr.Ptr.reinterpret
(long newSize) Assume theCLMemIonHostPtr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMemIonHostPtr.Ptr
that uses the same backing storage as thisCLMemIonHostPtr.Ptr
, but with the new size.CLMemIonHostPtr.Ptr.slice
(long end) @NotNull CLMemIonHostPtr.Ptr
CLMemIonHostPtr.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).