Uses of Record Class
club.doki7.opencl.handle.CLMutableCommandKhr
Packages that use CLMutableCommandKhr
-
Uses of CLMutableCommandKhr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLMutableCommandKhrModifier and TypeMethodDescriptionint
CL.getMutableCommandInfoKHR
(@Nullable CLMutableCommandKhr command, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) -
Uses of CLMutableCommandKhr in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype that return CLMutableCommandKhrModifier and TypeMethodDescription@Nullable CLMutableCommandKhr
CLMutableDispatchConfigKhr.command()
Methods in club.doki7.opencl.datatype with parameters of type CLMutableCommandKhrModifier and TypeMethodDescriptionCLMutableDispatchConfigKhr.command
(@Nullable CLMutableCommandKhr value) -
Uses of CLMutableCommandKhr in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLMutableCommandKhrModifier and TypeClassDescriptionstatic final record
Represents a pointer to cl_mutable_command_khr handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLMutableCommandKhrModifier and TypeMethodDescription@Nullable CLMutableCommandKhr
CLMutableCommandKhr.Ptr.read()
@Nullable CLMutableCommandKhr
CLMutableCommandKhr.Ptr.read
(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLMutableCommandKhrModifier and TypeMethodDescription@NotNull Iterator
<CLMutableCommandKhr> CLMutableCommandKhr.Ptr.iterator()
Methods in club.doki7.opencl.handle with parameters of type CLMutableCommandKhrModifier and TypeMethodDescriptionstatic CLMutableCommandKhr.Ptr
CLMutableCommandKhr.Ptr.allocate
(Arena arena, @Nullable CLMutableCommandKhr @NotNull [] values) static CLMutableCommandKhr.Ptr
CLMutableCommandKhr.Ptr.allocateV
(Arena arena, @Nullable CLMutableCommandKhr value0, @Nullable CLMutableCommandKhr... values) void
CLMutableCommandKhr.Ptr.write
(long index, @Nullable CLMutableCommandKhr value) void
CLMutableCommandKhr.Ptr.write
(@Nullable CLMutableCommandKhr value) void
CLMutableCommandKhr.Ptr.write
(@Nullable CLMutableCommandKhr[] values) void
CLMutableCommandKhr.Ptr.writeV
(@Nullable CLMutableCommandKhr value0, @Nullable CLMutableCommandKhr... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLMutableCommandKhrModifier and TypeMethodDescriptionstatic CLMutableCommandKhr.Ptr
CLMutableCommandKhr.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLMutableCommandKhr> values)