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