Uses of Record Class
club.doki7.opencl.datatype.CLNameVersionKhr
Packages that use CLNameVersionKhr
-
Uses of CLNameVersionKhr in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLNameVersionKhrModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of cl_name_version_khr structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLNameVersionKhrModifier and TypeMethodDescriptionstatic CLNameVersionKhr
@NotNull CLNameVersionKhr
CLNameVersionKhr.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static CLNameVersionKhr
CLNameVersionKhr.clone
(Arena arena, CLNameVersionKhr src) CLNameVersionKhr.Ptr.toArray()
CLNameVersionKhr.version
(int value) Methods in club.doki7.opencl.datatype that return types with arguments of type CLNameVersionKhrModifier and TypeMethodDescription@NotNull Iterator
<CLNameVersionKhr> CLNameVersionKhr.Ptr.iterator()
Methods in club.doki7.opencl.datatype with parameters of type CLNameVersionKhrModifier and TypeMethodDescriptionstatic CLNameVersionKhr
CLNameVersionKhr.clone
(Arena arena, CLNameVersionKhr src) void
CLNameVersionKhr.Ptr.write
(long index, @NotNull CLNameVersionKhr value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLNameVersionKhrModifier and TypeMethodDescriptionCLNameVersionKhr.Ptr.at
(long index, @NotNull Consumer<@NotNull CLNameVersionKhr> consumer)