mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Add cl_khr_command_buffer to list of extensions (#1365)
cl_khr_command_buffer is now public as a provisional khr extension which implementations may report.
This commit is contained in:
@@ -78,6 +78,7 @@ const char *known_extensions[] = {
|
|||||||
"cl_khr_semaphore",
|
"cl_khr_semaphore",
|
||||||
"cl_khr_external_semaphore",
|
"cl_khr_external_semaphore",
|
||||||
"cl_khr_external_semaphore_sync_fd",
|
"cl_khr_external_semaphore_sync_fd",
|
||||||
|
"cl_khr_command_buffer",
|
||||||
};
|
};
|
||||||
|
|
||||||
size_t num_known_extensions = sizeof(known_extensions) / sizeof(char *);
|
size_t num_known_extensions = sizeof(known_extensions) / sizeof(char *);
|
||||||
|
|||||||
Reference in New Issue
Block a user