Struct _opencl_platform_query_entry¶
Defined in File pocky_utils.h
Struct Documentation¶
-
struct _opencl_platform_query_entry¶
Linked list for platform handles, useful for querying capabilities and choosing from those options.
Public Members
-
cl_platform_id id¶
Platform id
-
char *name¶
Platform name
-
char *version¶
Platform version string
-
struct _opencl_platform_query_entry *next¶
Pointer to next item
-
cl_platform_id id¶