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 record
Represents 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 CLMutableDispatchArgKhr
CLMutableDispatchArgKhr.argIndex
(int value) @Nullable CLMutableDispatchArgKhr
CLMutableDispatchConfigKhr.argList()
CLMutableDispatchArgKhr.argSize
(long value) @Nullable CLMutableDispatchArgKhr
CLMutableDispatchConfigKhr.argSvmList()
CLMutableDispatchArgKhr.argValue
(@NotNull MemorySegment value) @NotNull CLMutableDispatchArgKhr
CLMutableDispatchArgKhr.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static CLMutableDispatchArgKhr
CLMutableDispatchArgKhr.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 CLMutableDispatchArgKhr
CLMutableDispatchArgKhr.clone
(Arena arena, CLMutableDispatchArgKhr src) void
CLMutableDispatchArgKhr.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)