KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

OpenCL interop sample no longer working #1009

Closed SaschaWillems closed 6 months ago

SaschaWillems commented 7 months ago

While adding HLSL shaders to the OpenCL interop sample in https://github.com/KhronosGroup/Vulkan-Samples/pull/961 I noticed that this sample no longer works. It always fails with OpenCL error - 64.

The sample is no longer able to create the OpenCL semaphore. Not sure why yet, but it may have been caused by a recent change in the OpenCL spec.