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 recordRepresents 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 CLMutableDispatchExecInfoKhrCLMutableDispatchExecInfoKhr.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static CLMutableDispatchExecInfoKhrCLMutableDispatchExecInfoKhr.clone(Arena arena, CLMutableDispatchExecInfoKhr src) @Nullable CLMutableDispatchExecInfoKhrCLMutableDispatchConfigKhr.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 CLMutableDispatchExecInfoKhrCLMutableDispatchExecInfoKhr.clone(Arena arena, CLMutableDispatchExecInfoKhr src) voidCLMutableDispatchExecInfoKhr.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)