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