Hi Jacek,
Why are you marking the ICD functions as private? This would break native vulkan-1 support, which requires these calls.
Also for more details see on ICD functions and the different versions. These days only "vk_" ones are needed (though for really old applications using old loader versions a few more as well).
Thanks, Roderick
On Fri, Jul 27, 2018 at 6:31 AM, Jacek Caban jacek@codeweavers.com wrote:
We don't need them in importlib. We use them only for vulkan-1 forwarding, which doesn't need an importlib.
Signed-off-by: Jacek Caban jacek@codeweavers.com
dlls/winevulkan/make_vulkan | 6 +- dlls/winevulkan/winevulkan.spec | 360 ++++++++++++++++++++-------------------- 2 files changed, 183 insertions(+), 183 deletions(-)