Uses of Record Class
club.doki7.opencl.datatype.CLMutableDispatchConfigKhr
Packages that use CLMutableDispatchConfigKhr
-
Uses of CLMutableDispatchConfigKhr in club.doki7.opencl.datatype
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) static CLMutableDispatchConfigKhrCLMutableDispatchConfigKhr.clone(Arena arena, CLMutableDispatchConfigKhr src) CLMutableDispatchConfigKhr.command(@Nullable CLMutableCommandKhr value) CLMutableDispatchConfigKhr.execInfoList(@Nullable ICLMutableDispatchExecInfoKhr value) CLMutableDispatchConfigKhr.globalWorkOffset(@Nullable club.doki7.ffm.ptr.PointerPtr value) CLMutableDispatchConfigKhr.globalWorkSize(@Nullable club.doki7.ffm.ptr.PointerPtr value) CLMutableDispatchConfigKhr.localWorkSize(@Nullable club.doki7.ffm.ptr.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)