KhronosGroup / OpenCL-CTS

The OpenCL Conformance Tests
Apache License 2.0
178 stars 187 forks source link

Drop linking Vulkan directly #2000

Open ahesham-arm opened 4 days ago

ahesham-arm commented 4 days ago

The vulkan-wrapper helper library's purpose is to eliminate the need to link targets directly to Vulkan, and load it dynamically instead at runtime, using dlopen and LoadLibrary.

Remove the direct linking of the Vulkan library from targets that link to vulkan-wrapper.

Fixes #1999