Uses of Record Class
club.doki7.opencl.datatype.CLMemAndroidNativeBufferHostPtr
Packages that use CLMemAndroidNativeBufferHostPtr
-
Uses of CLMemAndroidNativeBufferHostPtr in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLMemAndroidNativeBufferHostPtrModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of cl_mem_android_native_buffer_host_ptr structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLMemAndroidNativeBufferHostPtrModifier and TypeMethodDescriptionCLMemAndroidNativeBufferHostPtr.anbPtr
(@NotNull MemorySegment value) @NotNull CLMemAndroidNativeBufferHostPtr
CLMemAndroidNativeBufferHostPtr.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.CLMemAndroidNativeBufferHostPtr.clone
(Arena arena, CLMemAndroidNativeBufferHostPtr src) CLMemAndroidNativeBufferHostPtr.extHostPtr
(@NotNull CLMemExtHostPtr value) CLMemAndroidNativeBufferHostPtr.extHostPtr
(Consumer<@NotNull CLMemExtHostPtr> consumer) CLMemAndroidNativeBufferHostPtr.Ptr.toArray()
Methods in club.doki7.opencl.datatype that return types with arguments of type CLMemAndroidNativeBufferHostPtrModifier and TypeMethodDescription@NotNull Iterator
<CLMemAndroidNativeBufferHostPtr> CLMemAndroidNativeBufferHostPtr.Ptr.iterator()
Methods in club.doki7.opencl.datatype with parameters of type CLMemAndroidNativeBufferHostPtrModifier and TypeMethodDescriptionCLMemAndroidNativeBufferHostPtr.clone
(Arena arena, CLMemAndroidNativeBufferHostPtr src) void
CLMemAndroidNativeBufferHostPtr.Ptr.write
(long index, @NotNull CLMemAndroidNativeBufferHostPtr value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLMemAndroidNativeBufferHostPtrModifier and TypeMethodDescriptionCLMemAndroidNativeBufferHostPtr.Ptr.at
(long index, @NotNull Consumer<@NotNull CLMemAndroidNativeBufferHostPtr> consumer)