Uses of Record Class
club.doki7.opencl.datatype.CLMemIonHostPtr
Packages that use CLMemIonHostPtr
-
Uses of CLMemIonHostPtr in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLMemIonHostPtrModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of cl_mem_ion_host_ptr structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLMemIonHostPtrModifier and TypeMethodDescriptionstatic CLMemIonHostPtr@NotNull CLMemIonHostPtrCLMemIonHostPtr.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static CLMemIonHostPtrCLMemIonHostPtr.clone(Arena arena, CLMemIonHostPtr src) CLMemIonHostPtr.extHostPtr(@NotNull CLMemExtHostPtr value) CLMemIonHostPtr.extHostPtr(Consumer<@NotNull CLMemExtHostPtr> consumer) CLMemIonHostPtr.ionFiledesc(int value) CLMemIonHostPtr.ionHostptr(@Nullable IPointer pointer) CLMemIonHostPtr.ionHostptr(@NotNull MemorySegment value) CLMemIonHostPtr.Ptr.toArray()Methods in club.doki7.opencl.datatype that return types with arguments of type CLMemIonHostPtrModifier and TypeMethodDescription@NotNull Iterator<CLMemIonHostPtr> CLMemIonHostPtr.Ptr.iterator()Methods in club.doki7.opencl.datatype with parameters of type CLMemIonHostPtrModifier and TypeMethodDescriptionstatic CLMemIonHostPtrCLMemIonHostPtr.clone(Arena arena, CLMemIonHostPtr src) voidCLMemIonHostPtr.Ptr.write(long index, @NotNull CLMemIonHostPtr value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLMemIonHostPtrModifier and TypeMethodDescriptionCLMemIonHostPtr.Ptr.at(long index, @NotNull Consumer<@NotNull CLMemIonHostPtr> consumer)