mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
Add tests for cl_khr_external_semaphore_dx_fence (#2482)
- Add tests to import DirectX 12 fences as semaphores. - Add tests to export semaphores as DirectX 12 fences. - Add queries tests. - Add negative tests. Fixes: https://github.com/KhronosGroup/OpenCL-CTS/issues/2480
This commit is contained in:
@@ -15,3 +15,6 @@ add_subdirectory( cl_ext_buffer_device_address )
|
||||
if(VULKAN_IS_SUPPORTED)
|
||||
add_subdirectory( cl_khr_external_semaphore )
|
||||
endif()
|
||||
if(D3D12_IS_SUPPORTED)
|
||||
add_subdirectory( cl_khr_external_semaphore_dx_fence )
|
||||
endif()
|
||||
Reference in New Issue
Block a user