Uses of Record Class
club.doki7.opencl.datatype.CLMutableDispatchExecInfoKhr
Packages that use CLMutableDispatchExecInfoKhr
-
Uses of CLMutableDispatchExecInfoKhr in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLMutableDispatchExecInfoKhrModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of cl_mutable_dispatch_exec_info_khr structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLMutableDispatchExecInfoKhrModifier and TypeMethodDescriptionstatic CLMutableDispatchExecInfoKhr
@NotNull CLMutableDispatchExecInfoKhr
CLMutableDispatchExecInfoKhr.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static CLMutableDispatchExecInfoKhr
CLMutableDispatchExecInfoKhr.clone
(Arena arena, CLMutableDispatchExecInfoKhr src) @Nullable CLMutableDispatchExecInfoKhr
CLMutableDispatchConfigKhr.execInfoList()
CLMutableDispatchExecInfoKhr.paramName
(int value) CLMutableDispatchExecInfoKhr.paramValue
(@Nullable IPointer pointer) CLMutableDispatchExecInfoKhr.paramValue
(@NotNull MemorySegment value) CLMutableDispatchExecInfoKhr.paramValueSize
(long value) CLMutableDispatchExecInfoKhr.Ptr.toArray()
Methods in club.doki7.opencl.datatype that return types with arguments of type CLMutableDispatchExecInfoKhrModifier and TypeMethodDescription@NotNull Iterator
<CLMutableDispatchExecInfoKhr> CLMutableDispatchExecInfoKhr.Ptr.iterator()
Methods in club.doki7.opencl.datatype with parameters of type CLMutableDispatchExecInfoKhrModifier and TypeMethodDescriptionstatic CLMutableDispatchExecInfoKhr
CLMutableDispatchExecInfoKhr.clone
(Arena arena, CLMutableDispatchExecInfoKhr src) void
CLMutableDispatchExecInfoKhr.Ptr.write
(long index, @NotNull CLMutableDispatchExecInfoKhr value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLMutableDispatchExecInfoKhrModifier and TypeMethodDescriptionCLMutableDispatchExecInfoKhr.Ptr.at
(long index, @NotNull Consumer<@NotNull CLMutableDispatchExecInfoKhr> consumer)