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.PtrCLMemAndroidNativeBufferHostPtr.Ptr.offset(long offset) @NotNull CLMemAndroidNativeBufferHostPtr.PtrCLMemAndroidNativeBufferHostPtr.Ptr.reinterpret(long newSize) Assume theCLMemAndroidNativeBufferHostPtr.Ptris capable of holding at leastnewSizestructures, create a new viewCLMemAndroidNativeBufferHostPtr.Ptrthat uses the same backing storage as thisCLMemAndroidNativeBufferHostPtr.Ptr, but with the new size.CLMemAndroidNativeBufferHostPtr.Ptr.slice(long end) @NotNull CLMemAndroidNativeBufferHostPtr.PtrCLMemAndroidNativeBufferHostPtr.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).