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