[PATCH v2 2/2] winevulkan: Mark ICD and thunking functions as private.

Roderick Colenbrander thunderbird2k at gmail.com
Fri Jul 27 09:38:52 CDT 2018


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 at 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 at codeweavers.com>
> ---
>  dlls/winevulkan/make_vulkan     |   6 +-
>  dlls/winevulkan/winevulkan.spec | 360
> ++++++++++++++++++++--------------------
>  2 files changed, 183 insertions(+), 183 deletions(-)
>
>
>
>
>



More information about the wine-devel mailing list