Uses of Record Class
club.doki7.opencl.datatype.CLMutableDispatchArgKhr
Packages that use CLMutableDispatchArgKhr
-
Uses of CLMutableDispatchArgKhr in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLMutableDispatchArgKhrModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of cl_mutable_dispatch_arg_khr structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLMutableDispatchArgKhrModifier and TypeMethodDescriptionstatic CLMutableDispatchArgKhrCLMutableDispatchArgKhr.argIndex(int value) @Nullable CLMutableDispatchArgKhrCLMutableDispatchConfigKhr.argList()CLMutableDispatchArgKhr.argSize(long value) @Nullable CLMutableDispatchArgKhrCLMutableDispatchConfigKhr.argSvmList()CLMutableDispatchArgKhr.argValue(@NotNull MemorySegment value) @NotNull CLMutableDispatchArgKhrCLMutableDispatchArgKhr.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static CLMutableDispatchArgKhrCLMutableDispatchArgKhr.clone(Arena arena, CLMutableDispatchArgKhr src) CLMutableDispatchArgKhr.Ptr.toArray()Methods in club.doki7.opencl.datatype that return types with arguments of type CLMutableDispatchArgKhrModifier and TypeMethodDescription@NotNull Iterator<CLMutableDispatchArgKhr> CLMutableDispatchArgKhr.Ptr.iterator()Methods in club.doki7.opencl.datatype with parameters of type CLMutableDispatchArgKhrModifier and TypeMethodDescriptionstatic CLMutableDispatchArgKhrCLMutableDispatchArgKhr.clone(Arena arena, CLMutableDispatchArgKhr src) voidCLMutableDispatchArgKhr.Ptr.write(long index, @NotNull CLMutableDispatchArgKhr value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLMutableDispatchArgKhrModifier and TypeMethodDescriptionCLMutableDispatchArgKhr.Ptr.at(long index, @NotNull Consumer<@NotNull CLMutableDispatchArgKhr> consumer)