Uses of Record Class
club.doki7.opencl.datatype.CLMutableDispatchConfigKhr
Packages that use CLMutableDispatchConfigKhr
-
Uses of CLMutableDispatchConfigKhr in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLMutableDispatchConfigKhrModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of cl_mutable_dispatch_config_khr structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLMutableDispatchConfigKhrModifier and TypeMethodDescriptionstatic CLMutableDispatchConfigKhrCLMutableDispatchConfigKhr.argList(@Nullable ICLMutableDispatchArgKhr value) CLMutableDispatchConfigKhr.argSvmList(@Nullable ICLMutableDispatchArgKhr value) @NotNull CLMutableDispatchConfigKhrCLMutableDispatchConfigKhr.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static CLMutableDispatchConfigKhrCLMutableDispatchConfigKhr.clone(Arena arena, CLMutableDispatchConfigKhr src) CLMutableDispatchConfigKhr.command(@Nullable CLMutableCommandKhr value) CLMutableDispatchConfigKhr.execInfoList(@Nullable ICLMutableDispatchExecInfoKhr value) CLMutableDispatchConfigKhr.globalWorkOffset(@Nullable PointerPtr value) CLMutableDispatchConfigKhr.globalWorkSize(@Nullable PointerPtr value) CLMutableDispatchConfigKhr.localWorkSize(@Nullable PointerPtr value) CLMutableDispatchConfigKhr.numArgs(int value) CLMutableDispatchConfigKhr.numExecInfos(int value) CLMutableDispatchConfigKhr.numSvmArgs(int value) CLMutableDispatchConfigKhr.Ptr.toArray()CLMutableDispatchConfigKhr.workDim(int value) Methods in club.doki7.opencl.datatype that return types with arguments of type CLMutableDispatchConfigKhrModifier and TypeMethodDescription@NotNull Iterator<CLMutableDispatchConfigKhr> CLMutableDispatchConfigKhr.Ptr.iterator()Methods in club.doki7.opencl.datatype with parameters of type CLMutableDispatchConfigKhrModifier and TypeMethodDescriptionstatic CLMutableDispatchConfigKhrCLMutableDispatchConfigKhr.clone(Arena arena, CLMutableDispatchConfigKhr src) voidCLMutableDispatchConfigKhr.Ptr.write(long index, @NotNull CLMutableDispatchConfigKhr value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLMutableDispatchConfigKhrModifier and TypeMethodDescriptionCLMutableDispatchConfigKhr.Ptr.at(long index, @NotNull Consumer<@NotNull CLMutableDispatchConfigKhr> consumer)