Skip to content

zink: Add VKAPI_PTR specifier to zink_stub_function_not_loaded.

Rémi Bernon requested to merge rbernon/mesa:zink-winapi into main
zink: Add VKAPI_PTR specifier to zink_stub_function_not_loaded.

To avoid a warning with clang when the function is cast to stdcall
function pointer on Windows.

Merge request reports