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 recordRepresents 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 CLNameVersionCLNameVersion.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static CLNameVersionCLNameVersion.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 CLNameVersionCLNameVersion.clone(Arena arena, CLNameVersion src) voidCLNameVersion.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)