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