mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Add cl_khr_external_memory_android_hardware_buffer to the list of known compiler test extensions (#2407)
Fixes compiler_defines_for_extensions failure when the extension is supported.
This commit is contained in:
@@ -94,7 +94,8 @@ const char *known_extensions[] = {
|
||||
"cl_khr_external_memory_dma_buf",
|
||||
"cl_khr_command_buffer",
|
||||
"cl_khr_command_buffer_mutable_dispatch",
|
||||
"cl_khr_command_buffer_multi_device"
|
||||
"cl_khr_command_buffer_multi_device",
|
||||
"cl_khr_external_memory_android_hardware_buffer"
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user