C Specification
The cl_name_ structure describes a version number and a
corresponding entity (e.g. extension or built-in kernel) name:
// Provided by CL_VERSION_3_0
typedef struct cl_name_version {
cl_version version;
char name[CL_NAME_VERSION_MAX_NAME_SIZE];
} cl_name_version;
Members
-
version is a Version Number.
-
name is an array of
CL_NAME_characters containing a null-terminated string, whose maximum length is thereforeVERSION_ MAX_ NAME_ SIZE
Document Notes
For more information, see the OpenCL Specification
This page is extracted from the OpenCL Specification. Fixes and changes should be made to the Specification, not directly.